Creates a single dimension row or column from the items you provide. The items
will not wrap on overflow. So use it only to display a limited list of items.
You can however flip the orientation on certain breakpoints.
A horizontal Stack is similar to Columns with one major difference - Stack
items will not size relatively, e.g., using percentages. For that, prefer to
use Columns. Absolute sizes work fine.
The following example lays out three Text
elements vertically.
The alignment property allows placing items across the direction of
orientation, i.e., for a horizontal stack it controls the vertical alignment of
the items, and for a vertical stack it controls the horizontal alignment of the
items. This property accepts responsive values.
Here's a few alignment options for a vertical stack.
The justification property aligns items along the direction of orientation.
For a horizontal stack, it controls the horizontal alignment of the items. For a
vertical stack, it controls the vertical alignment of the items. This property
accepts responsive values.
Here's a few justification options for a horizontal stack.
Add a reverse property to reverse the displaying order of the items. This
only affects the ordering visually, not the order in the document. For instance,
the tab order is preserved.
Allows getting a ref to the component instance.
Once the component unmounts, React will set `ref.current` to `null`
(or call the ref with `null` if you passed a callback ref).
@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}
Hints at the type of data that might be entered by the user while editing the element or its contents
@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}
none
text
search
tel
url
email
numeric
decimal
is
Specify that a standard HTML element should behave like a defined custom built-in element
@see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}
string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
string
aria-atomic
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Booleanish
aria-autocomplete
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be
presented if they are made.
none
both
inline
list
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
@see aria-label.
string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
@see aria-roledescription.
string
aria-busy
Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
@see aria-pressed
@see aria-selected.
boolean | "mixed" | "false" | "true"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
@see aria-colindex.
number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
@see aria-colcount
@see aria-colspan.
number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
@see aria-rowindextext.
string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
@see aria-colindex
@see aria-rowspan.
number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
@see aria-owns.
string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
Identifies the element (or elements) that describes the object.
@see aria-labelledby
string
aria-description
Defines a string value that describes or annotates the current element.
@see related aria-describedby.
string
aria-details
Identifies the element that provides a detailed, extended description for the object.
@see aria-describedby.
string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
@see aria-hidden
@see aria-readonly.
Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
@deprecated in ARIA 1.1
none
copy
move
link
execute
popup
aria-errormessage
Identifies the element that provides an error message for the object.
@see aria-invalid
@see aria-describedby.
string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Booleanish
aria-flowto
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
allows assistive technology to override the general default of reading in document source order.
string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
@deprecated in ARIA 1.1
Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
string
aria-label
Defines a string value that labels the current element.
@see aria-labelledby.
string
aria-labelledby
Identifies the element (or elements) that labels the current element.
@see aria-describedby.
string
aria-level
Defines the hierarchical level of an element within a structure.
number
aria-live
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
off
assertive
polite
aria-modal
Indicates whether an element is modal when displayed.
Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
horizontal
vertical
aria-owns
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
@see aria-controls.
string
aria-placeholder
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
A hint could be a sample value or a brief description of the expected format.
string
aria-posinset
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
@see aria-setsize.
number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
@see aria-checked
@see aria-selected.
boolean | "mixed" | "false" | "true"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
@see aria-disabled.
Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
@see aria-atomic.
all
text
additions
additions removals
additions text
removals
removals additions
removals text
text additions
text removals
aria-required
Indicates that user input is required on the element before a form may be submitted.
Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
@see aria-rowindex.
number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
@see aria-rowcount
@see aria-rowspan.
number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
@see aria-colindextext.
string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
@see aria-rowindex
@see aria-colspan.
number
aria-selected
Indicates the current "selected" state of various widgets.
@see aria-checked
@see aria-pressed.
Booleanish
aria-setsize
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
@see aria-posinset.
number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
none
ascending
descending
other
aria-valuemax
Defines the maximum allowed value for a range widget.
number
aria-valuemin
Defines the minimum allowed value for a range widget.
number
aria-valuenow
Defines the current value for a range widget.
@see aria-valuetext.
number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
string
dangerouslySetInnerHTML
{ __html: string | TrustedHTML; }
onCopy
ClipboardEventHandler<HTMLHtmlElement>
onCopyCapture
ClipboardEventHandler<HTMLHtmlElement>
onCut
ClipboardEventHandler<HTMLHtmlElement>
onCutCapture
ClipboardEventHandler<HTMLHtmlElement>
onPaste
ClipboardEventHandler<HTMLHtmlElement>
onPasteCapture
ClipboardEventHandler<HTMLHtmlElement>
onCompositionEnd
CompositionEventHandler<HTMLHtmlElement>
onCompositionEndCapture
CompositionEventHandler<HTMLHtmlElement>
onCompositionStart
CompositionEventHandler<HTMLHtmlElement>
onCompositionStartCapture
CompositionEventHandler<HTMLHtmlElement>
onCompositionUpdate
CompositionEventHandler<HTMLHtmlElement>
onCompositionUpdateCapture
CompositionEventHandler<HTMLHtmlElement>
onFocus
FocusEventHandler<HTMLHtmlElement>
onFocusCapture
FocusEventHandler<HTMLHtmlElement>
onBlur
FocusEventHandler<HTMLHtmlElement>
onBlurCapture
FocusEventHandler<HTMLHtmlElement>
onChange
FormEventHandler<HTMLHtmlElement>
onChangeCapture
FormEventHandler<HTMLHtmlElement>
onBeforeInput
FormEventHandler<HTMLHtmlElement>
onBeforeInputCapture
FormEventHandler<HTMLHtmlElement>
onInput
FormEventHandler<HTMLHtmlElement>
onInputCapture
FormEventHandler<HTMLHtmlElement>
onReset
FormEventHandler<HTMLHtmlElement>
onResetCapture
FormEventHandler<HTMLHtmlElement>
onSubmit
FormEventHandler<HTMLHtmlElement>
onSubmitCapture
FormEventHandler<HTMLHtmlElement>
onInvalid
FormEventHandler<HTMLHtmlElement>
onInvalidCapture
FormEventHandler<HTMLHtmlElement>
onLoad
ReactEventHandler<HTMLHtmlElement>
onLoadCapture
ReactEventHandler<HTMLHtmlElement>
onError
ReactEventHandler<HTMLHtmlElement>
onErrorCapture
ReactEventHandler<HTMLHtmlElement>
onKeyDown
KeyboardEventHandler<HTMLHtmlElement>
onKeyDownCapture
KeyboardEventHandler<HTMLHtmlElement>
onKeyPress
@deprecated Use `onKeyUp` or `onKeyDown` instead
KeyboardEventHandler<HTMLHtmlElement>
onKeyPressCapture
@deprecated Use `onKeyUpCapture` or `onKeyDownCapture` instead