Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 6670bfa

Browse files
Update README.md
1 parent d64b051 commit 6670bfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ The components provide by LLoadout are prefixed with 'load'.
3333

3434
### Select
3535

36+
<p align="center">
37+
<img src="https://github.com/LLoadout/assets/blob/master/components/select.png" width="400" title="LLoadout Components - select box">
38+
</p>
39+
3640
@php($options = [1 => 'first', 2 => 'second']);
3741
<x-load-select name="your-name" :options="$options" class="searchable"></x-select>
3842

0 commit comments

Comments
 (0)