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