-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
It would be cool if we could add tags to the components list, so we could specify their status or what is missing, like WIP, example, props, docs.
Something like this:
I've tried to hack it targetting the generated class names for the ul and li items in the list, but it gets translated from this:
.rsg--item-69:nth-child(2) {
background: red;
}
to this:
._3_veETGqo6h-GGUgi_7XhI:nth-child(2) {
background: red;
}
Anyway, that's not even a solid way of doing it. So any tip would be welcome :)
