Description
Is your feature request related to a problem? Please describe.
My problem is that I often forget how I can define custom styles for the web components.
For example for adding ellipsis to the button text (which I know is a crazy example), I should be able to access and define some custom styles for the label of the button.
Or on another example I may need to change the placeholder font-weight or direction on the text-field, in order for which I have to be able to define custom styles (inline or css) for the placeholder of the text-filed.
Hence, I need to go and check the codebase to remember how to do the custom styling thing :)) Which is really troublesome.
Worthy to mention that the same problem applies for defining slots and passing children to the components.
Describe the solution you'd like
It would really be nice if you provided a section in the docs that explained about custom stylings and the whole slot thing. The docs really lacks that in my opinion.
Describe alternatives you've considered
nothing for now.