We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed2a79 commit ac379f2Copy full SHA for ac379f2
docs/app/Component Guidelines.md
@@ -24,6 +24,7 @@ They usually require a Semantic UI jQuery plugin.
24
All the appropriate lifecycle work is handled. You can just use the module.
25
26
**Settings**
27
+
28
Semantic UI's jQuery plugin settings are exposed as props:
29
30
```jsx
@@ -32,6 +33,7 @@ Semantic UI's jQuery plugin settings are exposed as props:
32
33
>Settings are applied on componentDidMount.
34
35
**Plugin**
36
37
Stardust exposes the Semantic UI jQuery plugin as `plugin`. Use it to trigger behaviors:
38
39
@@ -42,6 +44,7 @@ this.refs.checkbox.plugin('is checked'); // get the state
42
44
```
43
45
46
**Element**
47
48
Stardust components expose the jQuery element as `element`:
49
50
0 commit comments