Sharing Style
There are a couple of ways to effectly share/extend styles across components.
Extending#
One can simply extend the desired component that needs to be enrich or overwriten with another set of css rules.
Using as prop#
Another helpful way to extend a certain component is with the as property. Given our example above we could modify it like:
