Skip to content

Commit 2d78b99

Browse files
committed
docs
1 parent dda42f5 commit 2d78b99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ we support livewire loading state, so if you use livewire you can use loading st
4949
<x-template-components::button wire:target="save" />
5050
```
5151

52+
### Select component
53+
```html
54+
<x-template-components::select />
55+
```
56+
He accept all normal attributes of select tag and add some new attributes:
57+
- div-class: add class to div tag
58+
- label-class: add class to label tag
59+
- other attributes will be added to select tag
60+
5261
## Supported Templates
5362

5463
- [Vuexy](https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/html/ltr/vertical-menu-template/dashboard-ecommerce.html)

0 commit comments

Comments
 (0)