Currently there are no real options to configure specific styles within components that need them, and due to the nature of the way they render you cannot rely on a simple style tag to get the job done on a nested element.
The vs-button component is an excellent example. It has built in styles for :hover that quickly deviate from any other styles you're trying to apply.
I believe, at a minimum, this library needs some generic documents covering how to handle styling and styling edge cases.
Currently there are no real options to configure specific styles within components that need them, and due to the nature of the way they render you cannot rely on a simple
style
tag to get the job done on a nested element.The
vs-button
component is an excellent example. It has built in styles for:hover
that quickly deviate from any other styles you're trying to apply.I believe, at a minimum, this library needs some generic documents covering how to handle styling and styling edge cases.