We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4525968 commit f6736d6Copy full SHA for f6736d6
1 file changed
docs/app/Component Guidelines.md
@@ -137,6 +137,11 @@ Stardust components construct the `className` prop in this order.
137
1. `this.props.className`
138
1. `<component>` (Semantic UI class)
139
140
+Where it makes sense, some optional classes are automatically applied.
141
+For instance, the [`fitted`](http://semantic-ui.com/modules/checkbox.html#fitted)
142
+class on checkboxes with no labels (as prescribed by the checkbox docs).
143
+All magic is noted in the documentation examples.
144
+
145
#### Inherits `props.className` after `sd-<component>`
146
147
**Always**
0 commit comments