@@ -168,12 +168,16 @@ Switch has three variants `p-outline` `p-fill` `p-slim`
168
168
</sub>
169
169
</blockquote >
170
170
171
- <p > Checkout the documentation for tested font icon libraries.</p >
171
+ <div align =" right " >
172
+ <i ><sub ><a href =" https://lokesh-coder.github.io/pretty-checkbox#fonticons " >more details</a</sub ></i >
173
+ </div >
172
174
173
175
<div align =" center " ><strong >---</strong ></div >
174
176
175
177
#### SVG
176
178
179
+ Supports SVG file in <img /> tag, svg markup (` <svg> ... </svg> ` )
180
+
177
181
``` html
178
182
<div class =" pretty p-svg" >
179
183
<input type =" checkbox" >
@@ -184,20 +188,22 @@ Switch has three variants `p-outline` `p-fill` `p-slim`
184
188
</div >
185
189
```
186
190
187
- Support, SVG file in img tag, svg markup (` <svg> ... </svg> ` )
188
-
189
191
<blockquote >
190
192
<sub>
191
193
<strong>Note</strong>: class `svg` to be added in img tag or svg tag.
192
194
</sub>
193
195
</blockquote >
194
196
195
- Checkout the documentation for different formats and tested svg libraries.
197
+ <div align =" right " >
198
+ <i ><sub ><a href =" https://lokesh-coder.github.io/pretty-checkbox#svg " >more details</a</sub ></i >
199
+ </div >
196
200
197
201
<div align =" center " ><strong >---</strong ></div >
198
202
199
203
#### Image
200
204
205
+ Supports any type of valid image format.
206
+
201
207
``` html
202
208
<div class =" pretty p-image" >
203
209
<input type =" checkbox" />
@@ -208,15 +214,15 @@ Checkout the documentation for different formats and tested svg libraries.
208
214
</div >
209
215
```
210
216
211
- Supports any type of valid image format.
212
-
213
217
<blockquote >
214
218
<sub>
215
219
<strong>Note</strong>: class `image` to be added in img tag.
216
220
</sub>
217
221
</blockquote >
218
222
219
- Checkout the documentation for different formats and tested svg libraries.
223
+ <div align =" right " >
224
+ <i ><sub ><a href =" https://lokesh-coder.github.io/pretty-checkbox#image " >more details</a</sub ></i >
225
+ </div >
220
226
221
227
<div align =" center " ><strong >---</strong ></div >
222
228
@@ -240,13 +246,15 @@ And five outline colors `p-primary-o` `p-success-o` `p-warning-o` `p-info-o` `p
240
246
</sub>
241
247
</blockquote >
242
248
243
- Checkout the documentation for complete demo of color combinations with above styles.
249
+ <div align =" right " >
250
+ <i ><sub ><a href =" https://lokesh-coder.github.io/pretty-checkbox#colors " >more details</a</sub ></i >
251
+ </div >
244
252
245
253
### More
246
254
247
255
There are more features like *** Radio buttons*** , *** Toggle*** , *** States*** , *** Animations*** , *** Border less*** , *** Lock*** , *** Scale*** , *** SCSS Settings*** .
248
256
249
- Please refer the documentation to know about them.
257
+ Please refer the [ documentation] ( https://lokesh-coder.github.io/pretty-checkbox/ ) to know about them.
250
258
251
259
252
260
### Browser support
0 commit comments