Skip to content

Commit bab2817

Browse files
committed
fixed readme
1 parent 35c25c3 commit bab2817

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,22 @@ This package contains [Laravel Blade Components](https://laravel.com/docs/7.x/bl
1919
- [Installation](#installation)
2020
- [Extract Plugins](#extract-plugins)
2121
- [Configurations](#configurations)
22+
- [Components](#components)
23+
- [Widgets](#widgets)
24+
- [**INFO BOX**](#info-box)
25+
- [**SMALL BOX**](#small-box)
26+
- [**CARDS**](#cards)
27+
- [**ALERT**](#alert)
2228
- [**CALLOUT**](#callout)
2329
- [**PROGRESS**](#progress)
2430
- [**PROFILE FLAT**](#profile-flat)
2531
- [**PROFILE WIDGET**](#profile-widget)
32+
- [**MODAL**](#modal)
33+
- [**DATATABLE**](#datatable)
34+
- [Form Components](#form-components)
35+
- [INPUT](#input)
36+
- [INPUT-FILE](#input-file)
37+
- [INPUT-COLOR](#input-color)
2638
- [INPUT-DATE](#input-date)
2739
- [DATE-RANGE](#date-range)
2840
- [INPUT-SWITCH](#input-switch)
@@ -409,11 +421,6 @@ $(()=>{
409421
| value | Input value | null | string |
410422
| disabled | is disabled? | false | boolean |
411423
| required | is required? | false | boolean |
412-
| step | attr: step | null | string |
413-
| max | attr: max | null | string |
414-
| maxlength | attr: maxlength | null | string |
415-
| pattern | attr: pattern | null | string |
416-
417424

418425
#### INPUT-FILE
419426
**REQUIRES**

0 commit comments

Comments
 (0)