I realized that in all the components that I write I need to provide text styles and so on. Is there a way to inherit that?
Or am I just not patient enough
I realized that in all the components that I write I need to provide text styles and so on. Is there a way to inherit that?
Or am I just not patient enough
Not currently, but it would be a good idea to add in the future.
Right now, we have a local build system here that copies in the required controls for each section, this keeps our components consistent and makes building new ones super quick. @bon could go over the details on how we do this, if you’re interested…