Mixins.TypeClass Class
private
Defined in:
addon/mixins/type-class.js:3
Mixin to set the appropriate class for components with differently styled types ("success", "danger" etc.)
Item Index
Properties
Properties
classTypePrefix string
protectedPrefix for the type class, e.g. "btn" for button type classes ("btn-primary2 etc.)
type String
publicProperty for type styling
For the available types see the Bootstrap docs (use without "btn-" prefix)
Default: 'default'