Create your own theme with Ruru UI. Customize the colors, typography, and spacing to fit your brand and style.
Defines the layout direction of the stack. It can be either "row" or "column". Supports responsive breakpoints.
Defines the space between the child elements. Accepts numbers or responsive breakpoints.
Controls how child elements are aligned along the cross axis (vertical in a row layout, horizontal in a column layout).
Determines how the elements are distributed along the main axis.
Allows child elements to wrap onto multiple lines.
Defines the padding around the stack. Supports fixed and responsive values.
Applies margin to the stack element. Supports fixed and responsive values.
Determines how much the stack should grow relative to its siblings.
Controls the stack's stacking order on the page.
Sets the visibility of the stack. Can be "visible", "hidden", or "collapse".
Defines how multiple rows of content are aligned along the cross axis.
Demonstrates the use of multiple props in a stack.