We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aef306 commit d320753Copy full SHA for d320753
docs/table-features/button-class.md
@@ -79,6 +79,8 @@ Button::add('delete-dish')
79
->class('bg-red-500 text-white'),
80
```
81
82
+#### Custom attributes
83
+
84
* You can also set attributes for that icon. By default, `w-5 text-red-600` will be added to all icons.
85
86
`config/livewire-powergrid.php`
@@ -98,7 +100,7 @@ Button::add('delete-dish')
98
100
99
101
102
- * allowed
103
+#### allowed icons
104
105
* You may want to define some icons that will be allowed (this may help to consume less memory)
106
0 commit comments