docs: add initial style guide docs sections#8161
Conversation
|
Added guidance for writing feature stories to facilitate easy integration into projects.
|
|
||
| - `showSelectAll` | ||
| - `showSelectedOptionsFirst` | ||
| - `hideTitle` |
There was a problem hiding this comment.
should we have an opinion on which one to prefer based on the default value?
hideTitle: true | undefined (false) vs showTitle: undefined (true) | false
| - `description` | ||
| - `placeholder` | ||
| - `caption` | ||
| - `text` |
There was a problem hiding this comment.
text is the only one here that feels generic/non-semantic
WIP