svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.28k stars 64 forks source link

CSS Grid widget #353

Open notramo opened 1 year ago

notramo commented 1 year ago

Vanilla CSS grid has an auto value for column width which sets the column width equal to the widest element in that column. It also has the auto value for the row height.

It is a powerful tool for building UIs. The SvelteUI Grid widget is based on CSS flexbox, and currently there is no way to utilize CSS grid layout in SvelteUI.

If it's not on the roadmap, I would contribute it, please provide some guidance.