This repository was archived by the owner on May 14, 2026. It is now read-only.
|
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? |
Answered by
claviska
Nov 20, 2023
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 :) |
0 replies
Answer selected by
willpinha
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :)