Skip to content

Commit ac379f2

Browse files
committed
fix component guideline md syntax
1 parent bed2a79 commit ac379f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/app/Component Guidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ They usually require a Semantic UI jQuery plugin.
2424
All the appropriate lifecycle work is handled. You can just use the module.
2525

2626
**Settings**
27+
2728
Semantic UI's jQuery plugin settings are exposed as props:
2829

2930
```jsx
@@ -32,6 +33,7 @@ Semantic UI's jQuery plugin settings are exposed as props:
3233
>Settings are applied on componentDidMount.
3334
3435
**Plugin**
36+
3537
Stardust exposes the Semantic UI jQuery plugin as `plugin`. Use it to trigger behaviors:
3638

3739
```jsx
@@ -42,6 +44,7 @@ this.refs.checkbox.plugin('is checked'); // get the state
4244
```
4345

4446
**Element**
47+
4548
Stardust components expose the jQuery element as `element`:
4649

4750
```jsx

0 commit comments

Comments
 (0)