Skip to content

Commit

Permalink
Merge pull request #19 from 199ocero/dmason30-multiple
Browse files Browse the repository at this point in the history
update read me
  • Loading branch information
199ocero authored May 30, 2024
2 parents 71ace2c + 9869179 commit 3965811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public static function form(Form $form): Form
'class' => 'text-sm font-light text-center'
])
->color('primary') // supports all color custom or not
->multiple() // Select multiple card (it will also returns an array of selected card values)
->columns(3)
])
->columns('full');
Expand Down

0 comments on commit 3965811

Please sign in to comment.