Style utilities
Members
-
<static, constant> styles
-
Custom styles for React-Bootstrap components. Format is {componentName: [styleName]}. Each style must exist in main.scss, so if you add {Button: ['floating']} there MUST be a btn-floating style in main.scss.
Methods
-
<static> addAllStyles()
-
Add all styles from the styles object to the corresponding React-Bootstrap components so that they can be used for the bsStyle prop when using the components.