Muetze42 / nova-radio-field

A Radio Buttons field for Laravel Nova.
https://novapackages.com/packages/norman-huth/nova-radio-field
MIT License
5 stars 2 forks source link

Idea: multiple rows of X items #1

Closed CodeWithDennis closed 1 year ago

CodeWithDennis commented 1 year ago

Example:

->colums(3)

Radio 1 | Radio 2 | Radio 3 Radio 4 | Radio 5 | Radio 6 Radio 7 | Radio 8 | Radio 9

Great package BTW!

Muetze42 commented 1 year ago

Thanks. I was surprised that there wasn't something like that for Nova 4 yet. (At least I have not found anything)

I'm currently working on a big extension for the Nova menu.

In the course of the week this package gets an update.

Muetze42 commented 1 year ago

Huhu,

I discarded the method colums in this way to give the field more flexibility .

Of course it is still possible to build a grid: https://github.com/Muetze42/nova-radio-field#example-creating-grid-like-3rd-preview
grid

I hope this solution is OK?

CodeWithDennis commented 1 year ago

Awesome, great solution!