svar-widgets / core

SVAR Core library is a collection of essential UI components written with Svelte.
https://svar.dev/svelte/core/
MIT License
33 stars 2 forks source link

Question: Are you planning to introduce a grid? #2

Closed boustanihani closed 1 month ago

boustanihani commented 3 months ago

Question: Are you planning to introduce a grid and maybe also css breakpoints (Like XL, L, M, S, XS) so we can control how the layout behaves on all screens?

Zwillinge commented 1 month ago

Hello,

Rather not, as we assume that users create layouts themselves and arrange them with CSS directly or use the favourite CSS framework. This means more flexibility.

In future in case of strong demand we can add a small lib for these needs, but it is likely to be just flex box wrappers.

boustanihani commented 1 month ago

Thank you