File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
adminforth/documentation/docs/tutorial/03-Customization Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -240,13 +240,37 @@ import { Input } from '@/afcl'
240
240
</template >
241
241
</Input >
242
242
```
243
+
243
244
</div >
244
245
<div >
245
246

246
247
</div >
247
248
</div >
248
249
249
250
251
+ <div class =" split-screen " >
252
+ <div >
253
+ ``` js
254
+ import { Input } from ' @/afcl'
255
+ import { IconSearchOutline } from ' @iconify-prerendered/vue-flowbite'
256
+ ```
257
+
258
+
259
+ ``` html
260
+ <Input type =" text" class =" w-full" >
261
+ <template #rightIcon >
262
+ <IconSearchOutline class =" w-5 h-5 text-gray-400" />
263
+ </template >
264
+ </Input >
265
+ ```
266
+
267
+
268
+ </div >
269
+ <div >
270
+ 
271
+ </div >
272
+ </div >
273
+
250
274
## Tooltip
251
275
252
276
Wrap an element on which you would like to show a tooltip with the ` Tooltip ` component and add a ` tooltip ` slot to it.
You can’t perform that action at this time.
0 commit comments