Skip to content

Add tags to the components list #1114

@gazpachu

Description

@gazpachu

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:

screen shot 2018-08-30 at 10 25 10

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions