VStack
Overview
Default styling reference
Here's a complete list of the default colors and their values for reference:
css
@layer components {
:where(v-stack) {
place-items: center;
grid-template-columns: minmax(0, 1fr);
place-content: center;
}
}Topics
Adding a sidebar to a navigation split view
Check out the documentation for the full list of markdown extensions.
Relationships
Conforms To
HTMLElement