-
I'm having difficulty using shoelace and web components in general. I think web components make web development easier and faster, but I still don't know the best way to layout the page to place these components. What are the possible approaches to layout a page with shoelace? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Shoelace is currently a collection of UI components, not a CSS framework. It doesn't have any opinions on layout in its current form. You can use CSS Grid, flexbox, or whatever layout tool/library you want :) |
Beta Was this translation helpful? Give feedback.
-
Look into details of something like https://vaadin.com/docs/latest/components/app-layout or https://github.com/conversionxl/aybolit/blob/master/packages/cxl-ui/src/components/cxl-app-layout.js for ideas. |
Beta Was this translation helpful? Give feedback.
Shoelace is currently a collection of UI components, not a CSS framework. It doesn't have any opinions on layout in its current form. You can use CSS Grid, flexbox, or whatever layout tool/library you want :)