@@ -31,28 +31,50 @@ <h2>Button Classes</h2>
31
31
< h2 > Options</ h2 >
32
32
33
33
< form >
34
- < button class ="ui-button--primary " type ="submit "> Primary</ button >
35
34
< button class ="ui-button--default " type ="submit "> Default</ button >
35
+ < button class ="ui-button--primary " type ="submit "> Primary</ button >
36
+ < button class ="ui-button--success " type ="submit "> Success</ button >
37
+ < button class ="ui-button--info " type ="submit "> Info</ button >
38
+ < button class ="ui-button--warning " type ="submit "> Warning</ button >
39
+ < button class ="ui-button--danger " type ="submit "> Danger</ button >
40
+
41
+
36
42
</ form >
37
43
38
44
< h3 > Sizes</ h3 >
39
45
40
46
< form >
41
47
< p >
42
- < button class ="ui-button--primary--large " type ="submit "> Large Button</ button >
43
- < button class ="ui-button--default--large " type ="submit "> Large Button</ button >
48
+ < button class ="ui-button--default--large " type ="submit "> Large</ button >
49
+ < button class ="ui-button--primary--large " type ="submit "> Large</ button >
50
+ < button class ="ui-button--success--large " type ="submit "> Large</ button >
51
+ < button class ="ui-button--info--large " type ="submit "> Large</ button >
52
+ < button class ="ui-button--warning--large " type ="submit "> Large</ button >
53
+ < button class ="ui-button--danger--large " type ="submit "> Large</ button >
44
54
</ p >
45
55
< p >
46
- < button class ="ui-button--primary " type ="submit "> Default Button</ button >
47
- < button class ="ui-button--default " type ="submit "> Default Button</ button >
56
+ < button class ="ui-button--default " type ="submit "> Default</ button >
57
+ < button class ="ui-button--primary " type ="submit "> Default</ button >
58
+ < button class ="ui-button--success " type ="submit "> Default</ button >
59
+ < button class ="ui-button--info " type ="submit "> Default</ button >
60
+ < button class ="ui-button--warning " type ="submit "> Default</ button >
61
+ < button class ="ui-button--danger " type ="submit "> Default</ button >
48
62
</ p >
49
63
< p >
50
- < button class ="ui-button--primary--small " type ="submit "> Small Button</ button >
51
- < button class ="ui-button--default--small " type ="submit "> Small Button</ button >
64
+ < button class ="ui-button--default--small " type ="submit "> Small</ button >
65
+ < button class ="ui-button--primary--small " type ="submit "> Small</ button >
66
+ < button class ="ui-button--success--small " type ="submit "> Small</ button >
67
+ < button class ="ui-button--info--small " type ="submit "> Small</ button >
68
+ < button class ="ui-button--warning--small " type ="submit "> Small</ button >
69
+ < button class ="ui-button--danger--small " type ="submit "> Small</ button >
52
70
</ p >
53
71
< p >
54
- < button class ="ui-button--primary--extra-small " type ="submit "> Extra Small Button</ button >
55
- < button class ="ui-button--default--extra-small " type ="submit "> Extra Small Button</ button >
72
+ < button class ="ui-button--default--extra-small " type ="submit "> Extra Small</ button >
73
+ < button class ="ui-button--primary--extra-small " type ="submit "> Extra Small</ button >
74
+ < button class ="ui-button--success--extra-small " type ="submit "> Extra Small</ button >
75
+ < button class ="ui-button--info--extra-small " type ="submit "> Extra Small</ button >
76
+ < button class ="ui-button--warning--extra-small " type ="submit "> Extra Small</ button >
77
+ < button class ="ui-button--danger--extra-small " type ="submit "> Extra Small</ button >
56
78
</ p >
57
79
</ form >
58
80
@@ -65,20 +87,36 @@ <h3>Button Element</h3>
65
87
66
88
< form >
67
89
< p >
68
- < button class ="ui-button--primary--large " disabled ="disabled " type ="submit "> Large Button</ button >
69
- < button class ="ui-button--default--large " disabled ="disabled " type ="submit "> Large Button</ button >
90
+ < button class ="ui-button--default--large " disabled ="disabled " type ="submit "> Large</ button >
91
+ < button class ="ui-button--primary--large " disabled ="disabled " type ="submit "> Large</ button >
92
+ < button class ="ui-button--success--large " disabled ="disabled " type ="submit "> Large</ button >
93
+ < button class ="ui-button--info--large " disabled ="disabled " type ="submit "> Large</ button >
94
+ < button class ="ui-button--warning--large " disabled ="disabled " type ="submit "> Large</ button >
95
+ < button class ="ui-button--danger--large " disabled ="disabled " type ="submit "> Large</ button >
70
96
</ p >
71
97
< p >
72
- < button class ="ui-button--primary " disabled ="disabled " type ="submit "> Default Button</ button >
73
- < button class ="ui-button--default " disabled ="disabled " type ="submit "> Default Button</ button >
98
+ < button class ="ui-button--default " disabled ="disabled " type ="submit "> Default</ button >
99
+ < button class ="ui-button--primary " disabled ="disabled " type ="submit "> Default</ button >
100
+ < button class ="ui-button--success " disabled ="disabled " type ="submit "> Default</ button >
101
+ < button class ="ui-button--info " disabled ="disabled " type ="submit "> Default</ button >
102
+ < button class ="ui-button--warning " disabled ="disabled " type ="submit "> Default</ button >
103
+ < button class ="ui-button--danger " disabled ="disabled " type ="submit "> Default</ button >
74
104
</ p >
75
105
< p >
76
- < button class ="ui-button--primary--small " disabled ="disabled " type ="submit "> Small Button</ button >
77
- < button class ="ui-button--default--small " disabled ="disabled " type ="submit "> Small Button</ button >
106
+ < button class ="ui-button--default--small " disabled ="disabled " type ="submit "> Small</ button >
107
+ < button class ="ui-button--primary--small " disabled ="disabled " type ="submit "> Small</ button >
108
+ < button class ="ui-button--success--small " disabled ="disabled " type ="submit "> Small</ button >
109
+ < button class ="ui-button--info--small " disabled ="disabled " type ="submit "> Small</ button >
110
+ < button class ="ui-button--warning--small " disabled ="disabled " type ="submit "> Small</ button >
111
+ < button class ="ui-button--danger--small " disabled ="disabled " type ="submit "> Small</ button >
78
112
</ p >
79
113
< p >
80
- < button class ="ui-button--primary--extra-small " disabled ="disabled " type ="submit "> Extra Small Button</ button >
81
- < button class ="ui-button--default--extra-small " disabled ="disabled " type ="submit "> Extra Small Button</ button >
114
+ < button class ="ui-button--default--extra-small " disabled ="disabled " type ="submit "> Extra Small</ button >
115
+ < button class ="ui-button--primary--extra-small " disabled ="disabled " type ="submit "> Extra Small</ button >
116
+ < button class ="ui-button--success--extra-small " disabled ="disabled " type ="submit "> Extra Small</ button >
117
+ < button class ="ui-button--info--extra-small " disabled ="disabled " type ="submit "> Extra Small</ button >
118
+ < button class ="ui-button--warning--extra-small " disabled ="disabled " type ="submit "> Extra Small</ button >
119
+ < button class ="ui-button--danger--extra-small " disabled ="disabled " type ="submit "> Extra Small</ button >
82
120
</ p >
83
121
</ form >
84
122
@@ -91,83 +129,147 @@ <h3>Disabled Class</h3>
91
129
< p > Add < code > --disabled</ code > to the end of the button class.</ p >
92
130
< form >
93
131
< p >
94
- < a class ="ui-button--primary--large--disabled " href ="# " role ="button "> Disabled</ a >
95
132
< a class ="ui-button--default--large--disabled " href ="# " role ="button "> Disabled</ a >
133
+ < a class ="ui-button--primary--large--disabled " href ="# " role ="button "> Disabled</ a >
134
+ < a class ="ui-button--success--large--disabled " href ="# " role ="button "> Disabled</ a >
135
+ < a class ="ui-button--info--large--disabled " href ="# " role ="button "> Disabled</ a >
136
+ < a class ="ui-button--warning--large--disabled " href ="# " role ="button "> Disabled</ a >
137
+ < a class ="ui-button--danger--large--disabled " href ="# " role ="button "> Disabled</ a >
96
138
</ p >
97
139
< p >
98
- < a class ="ui-button--primary--disabled " href ="# " role ="button "> Disabled</ a >
99
140
< a class ="ui-button--default--disabled " href ="# " role ="button "> Disabled</ a >
141
+ < a class ="ui-button--primary--disabled " href ="# " role ="button "> Disabled</ a >
142
+ < a class ="ui-button--success--disabled " href ="# " role ="button "> Disabled</ a >
143
+ < a class ="ui-button--info--disabled " href ="# " role ="button "> Disabled</ a >
144
+ < a class ="ui-button--warning--disabled " href ="# " role ="button "> Disabled</ a >
145
+ < a class ="ui-button--danger--disabled " href ="# " role ="button "> Disabled</ a >
100
146
</ p >
101
147
< p >
102
- < a class ="ui-button--primary--small--disabled " href ="# " role ="button "> Disabled</ a >
103
148
< a class ="ui-button--default--small--disabled " href ="# " role ="button "> Disabled</ a >
149
+ < a class ="ui-button--primary--small--disabled " href ="# " role ="button "> Disabled</ a >
150
+ < a class ="ui-button--success--small--disabled " href ="# " role ="button "> Disabled</ a >
151
+ < a class ="ui-button--info--small--disabled " href ="# " role ="button "> Disabled</ a >
152
+ < a class ="ui-button--warning--small--disabled " href ="# " role ="button "> Disabled</ a >
153
+ < a class ="ui-button--danger--small--disabled " href ="# " role ="button "> Disabled</ a >
104
154
</ p >
105
155
< p >
106
- < a class ="ui-button--primary--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
107
156
< a class ="ui-button--default--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
157
+ < a class ="ui-button--primary--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
158
+ < a class ="ui-button--success--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
159
+ < a class ="ui-button--info--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
160
+ < a class ="ui-button--warning--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
161
+ < a class ="ui-button--danger--extra-small--disabled " href ="# " role ="button "> Disabled</ a >
108
162
</ p >
109
163
</ form >
110
164
111
165
< h3 > Active Class</ h3 >
112
166
< p > Add < code > --active</ code > to the end of the button class.</ p >
113
167
< form >
114
168
< p >
115
- < a class ="ui-button--primary--large--active " href ="# " role ="button "> Active</ a >
116
169
< a class ="ui-button--default--large--active " href ="# " role ="button "> Active</ a >
170
+ < a class ="ui-button--primary--large--active " href ="# " role ="button "> Active</ a >
171
+ < a class ="ui-button--success--large--active " href ="# " role ="button "> Active</ a >
172
+ < a class ="ui-button--info--large--active " href ="# " role ="button "> Active</ a >
173
+ < a class ="ui-button--warning--large--active " href ="# " role ="button "> Active</ a >
174
+ < a class ="ui-button--danger--large--active " href ="# " role ="button "> Active</ a >
117
175
</ p >
118
176
< p >
119
- < a class ="ui-button--primary--active " href ="# " role ="button "> Active</ a >
120
177
< a class ="ui-button--default--active " href ="# " role ="button "> Active</ a >
178
+ < a class ="ui-button--primary--active " href ="# " role ="button "> Active</ a >
179
+ < a class ="ui-button--success--active " href ="# " role ="button "> Active</ a >
180
+ < a class ="ui-button--info--active " href ="# " role ="button "> Active</ a >
181
+ < a class ="ui-button--warning--active " href ="# " role ="button "> Active</ a >
182
+ < a class ="ui-button--danger--active " href ="# " role ="button "> Active</ a >
121
183
</ p >
122
184
< p >
123
- < a class ="ui-button--primary--small--active " href ="# " role ="button "> Active</ a >
124
185
< a class ="ui-button--default--small--active " href ="# " role ="button "> Active</ a >
186
+ < a class ="ui-button--primary--small--active " href ="# " role ="button "> Active</ a >
187
+ < a class ="ui-button--success--small--active " href ="# " role ="button "> Active</ a >
188
+ < a class ="ui-button--info--small--active " href ="# " role ="button "> Active</ a >
189
+ < a class ="ui-button--warning--small--active " href ="# " role ="button "> Active</ a >
190
+ < a class ="ui-button--danger--small--active " href ="# " role ="button "> Active</ a >
125
191
</ p >
126
192
< p >
127
- < a class ="ui-button--primary--extra-small--active " href ="# " role ="button "> Active</ a >
128
193
< a class ="ui-button--default--extra-small--active " href ="# " role ="button "> Active</ a >
194
+ < a class ="ui-button--primary--extra-small--active " href ="# " role ="button "> Active</ a >
195
+ < a class ="ui-button--success--extra-small--active " href ="# " role ="button "> Active</ a >
196
+ < a class ="ui-button--info--extra-small--active " href ="# " role ="button "> Active</ a >
197
+ < a class ="ui-button--warning--extra-small--active " href ="# " role ="button "> Active</ a >
198
+ < a class ="ui-button--danger--extra-small--active " href ="# " role ="button "> Active</ a >
129
199
</ p >
130
200
</ form >
131
201
132
202
< h3 > Focus Class</ h3 >
133
203
< p > Add < code > --focus</ code > to the end of the button class.</ p >
134
204
< form >
135
205
< p >
136
- < a class ="ui-button--primary--large--focus " href ="# " role ="button "> Focus</ a >
137
206
< a class ="ui-button--default--large--focus " href ="# " role ="button "> Focus</ a >
207
+ < a class ="ui-button--primary--large--focus " href ="# " role ="button "> Focus</ a >
208
+ < a class ="ui-button--success--large--focus " href ="# " role ="button "> Focus</ a >
209
+ < a class ="ui-button--info--large--focus " href ="# " role ="button "> Focus</ a >
210
+ < a class ="ui-button--warning--large--focus " href ="# " role ="button "> Focus</ a >
211
+ < a class ="ui-button--danger--large--focus " href ="# " role ="button "> Focus</ a >
138
212
</ p >
139
213
< p >
140
- < a class ="ui-button--primary--focus " href ="# " role ="button "> Focus</ a >
141
214
< a class ="ui-button--default--focus " href ="# " role ="button "> Focus</ a >
215
+ < a class ="ui-button--primary--focus " href ="# " role ="button "> Focus</ a >
216
+ < a class ="ui-button--success--focus " href ="# " role ="button "> Focus</ a >
217
+ < a class ="ui-button--info--focus " href ="# " role ="button "> Focus</ a >
218
+ < a class ="ui-button--warning--focus " href ="# " role ="button "> Focus</ a >
219
+ < a class ="ui-button--danger--focus " href ="# " role ="button "> Focus</ a >
142
220
</ p >
143
221
< p >
144
- < a class ="ui-button--primary--small--focus " href ="# " role ="button "> Focus</ a >
145
222
< a class ="ui-button--default--small--focus " href ="# " role ="button "> Focus</ a >
223
+ < a class ="ui-button--primary--small--focus " href ="# " role ="button "> Focus</ a >
224
+ < a class ="ui-button--success--small--focus " href ="# " role ="button "> Focus</ a >
225
+ < a class ="ui-button--info--small--focus " href ="# " role ="button "> Focus</ a >
226
+ < a class ="ui-button--warning--small--focus " href ="# " role ="button "> Focus</ a >
227
+ < a class ="ui-button--danger--small--focus " href ="# " role ="button "> Focus</ a >
146
228
</ p >
147
229
< p >
148
- < a class ="ui-button--primary--extra-small--focus " href ="# " role ="button "> Focus</ a >
149
230
< a class ="ui-button--default--extra-small--focus " href ="# " role ="button "> Focus</ a >
231
+ < a class ="ui-button--primary--extra-small--focus " href ="# " role ="button "> Focus</ a >
232
+ < a class ="ui-button--success--extra-small--focus " href ="# " role ="button "> Focus</ a >
233
+ < a class ="ui-button--info--extra-small--focus " href ="# " role ="button "> Focus</ a >
234
+ < a class ="ui-button--warning--extra-small--focus " href ="# " role ="button "> Focus</ a >
235
+ < a class ="ui-button--danger--extra-small--focus " href ="# " role ="button "> Focus</ a >
150
236
</ p >
151
237
</ form >
152
238
153
239
< h3 > Hover Class</ h3 >
154
240
< p > Add < code > --hover</ code > to the end of the button class.</ p >
155
241
< form >
156
242
< p >
157
- < a class ="ui-button--primary--large--hover " href ="# " role ="button "> Hover</ a >
158
243
< a class ="ui-button--default--large--hover " href ="# " role ="button "> Hover</ a >
244
+ < a class ="ui-button--primary--large--hover " href ="# " role ="button "> Hover</ a >
245
+ < a class ="ui-button--success--large--hover " href ="# " role ="button "> Hover</ a >
246
+ < a class ="ui-button--info--large--hover " href ="# " role ="button "> Hover</ a >
247
+ < a class ="ui-button--warning--large--hover " href ="# " role ="button "> Hover</ a >
248
+ < a class ="ui-button--danger--large--hover " href ="# " role ="button "> Hover</ a >
159
249
</ p >
160
250
< p >
161
- < a class ="ui-button--primary--hover " href ="# " role ="button "> Hover</ a >
162
251
< a class ="ui-button--default--hover " href ="# " role ="button "> Hover</ a >
252
+ < a class ="ui-button--primary--hover " href ="# " role ="button "> Hover</ a >
253
+ < a class ="ui-button--success--hover " href ="# " role ="button "> Hover</ a >
254
+ < a class ="ui-button--info--hover " href ="# " role ="button "> Hover</ a >
255
+ < a class ="ui-button--warning--hover " href ="# " role ="button "> Hover</ a >
256
+ < a class ="ui-button--danger--hover " href ="# " role ="button "> Hover</ a >
163
257
</ p >
164
258
< p >
165
- < a class ="ui-button--primary--small--hover " href ="# " role ="button "> Hover</ a >
166
259
< a class ="ui-button--default--small--hover " href ="# " role ="button "> Hover</ a >
260
+ < a class ="ui-button--primary--small--hover " href ="# " role ="button "> Hover</ a >
261
+ < a class ="ui-button--success--small--hover " href ="# " role ="button "> Hover</ a >
262
+ < a class ="ui-button--info--small--hover " href ="# " role ="button "> Hover</ a >
263
+ < a class ="ui-button--warning--small--hover " href ="# " role ="button "> Hover</ a >
264
+ < a class ="ui-button--danger--small--hover " href ="# " role ="button "> Hover</ a >
167
265
</ p >
168
266
< p >
169
- < a class ="ui-button--primary--extra-small--hover " href ="# " role ="button "> Hover</ a >
170
267
< a class ="ui-button--default--extra-small--hover " href ="# " role ="button "> Hover</ a >
268
+ < a class ="ui-button--primary--extra-small--hover " href ="# " role ="button "> Hover</ a >
269
+ < a class ="ui-button--success--extra-small--hover " href ="# " role ="button "> Hover</ a >
270
+ < a class ="ui-button--info--extra-small--hover " href ="# " role ="button "> Hover</ a >
271
+ < a class ="ui-button--warning--extra-small--hover " href ="# " role ="button "> Hover</ a >
272
+ < a class ="ui-button--danger--extra-small--hover " href ="# " role ="button "> Hover</ a >
171
273
</ p >
172
274
</ form >
173
275
0 commit comments