|
11 | 11 |
|
12 | 12 | <h4>Colors</h4>
|
13 | 13 |
|
14 |
| - <button>Default</button> |
| 14 | + <button ion-button>Default</button> |
15 | 15 |
|
16 |
| - <button secondary>Secondary</button> |
| 16 | + <button ion-button secondary>Secondary</button> |
17 | 17 |
|
18 |
| - <button danger>Danger</button> |
| 18 | + <button ion-button danger>Danger</button> |
19 | 19 |
|
20 |
| - <button light>Light</button> |
| 20 | + <button ion-button light>Light</button> |
21 | 21 |
|
22 |
| - <button dark>Dark</button> |
| 22 | + <button ion-button dark>Dark</button> |
23 | 23 |
|
24 | 24 | <h4>Shapes</h4>
|
25 | 25 |
|
26 |
| - <button full>Full Button</button> |
| 26 | + <button ion-button full>Full Button</button> |
27 | 27 |
|
28 |
| - <button block>Block Button</button> |
| 28 | + <button ion-button block>Block Button</button> |
29 | 29 |
|
30 |
| - <button round>Round Button</button> |
| 30 | + <button ion-button round>Round Button</button> |
31 | 31 |
|
32 |
| - <button fab style="position: relative;">FAB</button> |
| 32 | + <button ion-button fab style="position: relative;">FAB</button> |
33 | 33 |
|
34 | 34 | <h4>Outlines</h4>
|
35 | 35 |
|
36 |
| - <button secondary full outline>Outline + Full</button> |
| 36 | + <button ion-button secondary full outline>Outline + Full</button> |
37 | 37 |
|
38 |
| - <button secondary block outline>Outline + Block</button> |
| 38 | + <button ion-button secondary block outline>Outline + Block</button> |
39 | 39 |
|
40 |
| - <button secondary round outline>Outline + Round</button> |
| 40 | + <button ion-button secondary round outline>Outline + Round</button> |
41 | 41 |
|
42 |
| - <button secondary fab outline style="position: relative;">FAB</button> |
| 42 | + <button ion-button secondary fab outline style="position: relative;">FAB</button> |
43 | 43 |
|
44 | 44 | <h4>Icons</h4>
|
45 | 45 |
|
46 |
| - <button dark> |
| 46 | + <button ion-button icon-left dark> |
47 | 47 | <ion-icon name="star"></ion-icon>
|
48 | 48 | Left Icon
|
49 | 49 | </button>
|
50 | 50 |
|
51 |
| - <button dark> |
| 51 | + <button ion-button icon-right dark> |
52 | 52 | Right Icon
|
53 | 53 | <ion-icon name="star"></ion-icon>
|
54 | 54 | </button>
|
55 | 55 |
|
56 |
| - <button dark> |
| 56 | + <button ion-button icon-only dark> |
57 | 57 | <ion-icon name="star"></ion-icon>
|
58 | 58 | </button>
|
59 | 59 |
|
60 | 60 | <h4>Sizes</h4>
|
61 | 61 |
|
62 |
| - <button light large>Large</button> |
| 62 | + <button ion-button light large>Large</button> |
63 | 63 |
|
64 |
| - <button light>Default</button> |
| 64 | + <button ion-button light>Default</button> |
65 | 65 |
|
66 |
| - <button light small>Small</button> |
| 66 | + <button ion-button light small>Small</button> |
67 | 67 |
|
68 | 68 | </ion-content>
|
0 commit comments