Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Aug 26, 2024
1 parent 3aef306 commit d320753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/table-features/button-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Button::add('delete-dish')
->class('bg-red-500 text-white'),
```

#### Custom attributes

* You can also set attributes for that icon. By default, `w-5 text-red-600` will be added to all icons.

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

* allowed
#### allowed icons

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

Expand Down

0 comments on commit d320753

Please sign in to comment.