Skip to content

Commit d1d758f

Browse files
author
Joe Garcia
authored
Missing auto close on button tag (#896)
1 parent aef5924 commit d1d758f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

markdowns/foundation/modifiers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ Use our alignment props to quickly position your view's content without getting
2929

3030
```
3131
<View flex left>
32-
<Button label="Button">
32+
<Button label="Button" />
3333
</View>
3434
3535
<View flex right>
36-
<Button label="Button">
36+
<Button label="Button" />
3737
</View>
3838
3939
<View flex top>
40-
<Button label="Button">
40+
<Button label="Button" />
4141
</View>
4242
4343
<View flex bottom>
44-
<Button label="Button">
44+
<Button label="Button" />
4545
</View>
4646
4747
<View flex center>
48-
<Button label="Button">
48+
<Button label="Button" />
4949
</View>
5050
```
5151
<img src="https://cloud.githubusercontent.com/assets/1780255/24798566/4de91efc-1b9f-11e7-9974-e06e3daa7c63.png" width="160"/> <img src="https://cloud.githubusercontent.com/assets/1780255/24798569/50dc99a4-1b9f-11e7-8231-fbcbb139a010.png" width="160"/> <img src="https://cloud.githubusercontent.com/assets/1780255/24798571/52766d08-1b9f-11e7-95a3-b2b262e81170.png" width="160"/> <img src="https://cloud.githubusercontent.com/assets/1780255/24798572/545b7abe-1b9f-11e7-9098-409ceee6ff22.png" width="160"/> <img src="https://cloud.githubusercontent.com/assets/1780255/24798575/55e3c4f4-1b9f-11e7-998d-7986a038abb6.png" width="160"/>

0 commit comments

Comments
 (0)