Add @:styleContext metadata to a Feathers UI component to make it available for use in themes without inheriting styles from its superclass.

@:styleContext
class MyComponent extends FeathersControl {

}
Available since

1.0.0

.