Skip to content

Commit d320753

Browse files
wip
1 parent 3aef306 commit d320753

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/table-features/button-class.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Button::add('delete-dish')
7979
->class('bg-red-500 text-white'),
8080
```
8181

82+
#### Custom attributes
83+
8284
* You can also set attributes for that icon. By default, `w-5 text-red-600` will be added to all icons.
8385

8486
`config/livewire-powergrid.php`
@@ -98,7 +100,7 @@ Button::add('delete-dish')
98100
->class('bg-red-500 text-white'),
99101
```
100102

101-
* allowed
103+
#### allowed icons
102104

103105
* You may want to define some icons that will be allowed (this may help to consume less memory)
104106

0 commit comments

Comments
 (0)