TemplateKit icon indicating copy to clipboard operation
TemplateKit copied to clipboard

Allow styling components based on their current state

Open mcudich opened this issue 9 years ago • 0 comments

Right now, there's no way to specify a given set of styles that should be applied to a component when that component's state changes. This has to do with the fact that styles are passed as properties, and an internal state change is insulated within a component. This means that state may change, and the parent component, where the styles are defined, may not know about it.

mcudich avatar Oct 12 '16 20:10 mcudich