Leave Yamada UI a star
Search the docs
Components for building the layout of the project, such as Box and Stack, are available.
Box
Stack
Box is the most abstract component on which all other components are built. By default, it renders a div element.
div
Stack is a component that groups elements and provides spacing between child elements.
Container is a component used as a general division element. By default, it renders the section element.
Container
section
Flex is a component that sets flex to Box. Also, convenient style shorthand is available.
Flex
flex
Wrap is a component that has wrap set on Flex. It inherits convenient style shorthand from Flex.
Wrap
wrap
Center is a component that aligns the child elements in the center within the component.
Center
Grid is a component for managing grid layouts. It also comes with handy style shorthand.
Grid
SimpleGrid is a component that makes Grid simpler and more user-friendly.
SimpleGrid
Spacer is a component used to add space between elements.
Spacer
Bleed is a component used to extend elements beyond the boundaries of a container.
Bleed
Float is a component used to fix elements to the edges of a container.
Float
Divider is a component that represents a division between elements.
Divider
AspectRatio is a component for embedding things like videos and maps while maintaining the aspect ratio.
AspectRatio
Edit this page on GitHub