Grid in widgets
Hi, I want make widget with custom grid. Something like that (image). How I can do that?
3 Replies
Just make a custom widget and put a div in it with the appropriate tailwind classes to make your grid. Widgets are just livewire components so they work the same way.
You would do a 3 column grid
And do columnspan(2) on the 2nd section
Just change text input to TextEntry and your other info list stuff