Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: MuiStackProps

The MuiStack component properties.

Extends

  • StackProps.DisabledProps.ReadOnlyProps

Properties

about?

optional about: string

Inherited from

StackProps.about


accessKey?

optional accessKey: string

Inherited from

StackProps.accessKey


alignContent?

optional alignContent: ResponsiveStyleValue<readonly string[] | AlignContent | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | AlignContent | undefined>

Inherited from

StackProps.alignContent


alignItems?

optional alignItems: ResponsiveStyleValue<readonly string[] | AlignItems | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | AlignItems | undefined>

Inherited from

StackProps.alignItems


alignSelf?

optional alignSelf: ResponsiveStyleValue<readonly string[] | AlignSelf | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>

Inherited from

StackProps.alignSelf


aria-activedescendant?

optional aria-activedescendant: string

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

StackProps.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

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.

Inherited from

StackProps.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "none" | "list" | "both" | "inline"

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.

Inherited from

StackProps.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

StackProps.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

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.

Inherited from

StackProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Inherited from

StackProps.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

StackProps.aria-checked


aria-colcount?

optional aria-colcount: number

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

StackProps.aria-colcount


aria-colindex?

optional aria-colindex: number

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
  • aria-colspan.

Inherited from

StackProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

StackProps.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

StackProps.aria-colspan


aria-controls?

optional aria-controls: string

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

StackProps.aria-controls


aria-current?

optional aria-current: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location"

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

StackProps.aria-current


aria-describedby?

optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

StackProps.aria-describedby


aria-description?

optional aria-description: string

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

StackProps.aria-description


aria-details?

optional aria-details: string

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

StackProps.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

StackProps.aria-disabled


aria-dropeffect?

optional aria-dropeffect: "link" | "none" | "copy" | "move" | "execute" | "popup"

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

StackProps.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

StackProps.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

StackProps.aria-expanded


aria-flowto?

optional aria-flowto: string

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.

Inherited from

StackProps.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

StackProps.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree"

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

StackProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

StackProps.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

StackProps.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

StackProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

StackProps.aria-label


aria-labelledby?

optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

StackProps.aria-labelledby


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

StackProps.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

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.

Inherited from

StackProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

StackProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

StackProps.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

StackProps.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

StackProps.aria-orientation


aria-owns?

optional aria-owns: string

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.

Inherited from

StackProps.aria-owns


aria-placeholder?

optional aria-placeholder: string

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.

Inherited from

StackProps.aria-placeholder


aria-posinset?

optional aria-posinset: number

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.

Inherited from

StackProps.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

StackProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

StackProps.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

StackProps.aria-relevant


aria-required?

optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

StackProps.aria-required


aria-roledescription?

optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

StackProps.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

StackProps.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

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
  • aria-rowspan.

Inherited from

StackProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

StackProps.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

StackProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

StackProps.aria-selected


aria-setsize?

optional aria-setsize: number

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.

Inherited from

StackProps.aria-setsize


aria-sort?

optional aria-sort: "none" | "ascending" | "descending" | "other"

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

StackProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

StackProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

StackProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

StackProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

StackProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: "none" | string & object | "off" | "on" | "sentences" | "words" | "characters"

Inherited from

StackProps.autoCapitalize


autoCorrect?

optional autoCorrect: string

Inherited from

StackProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

StackProps.autoFocus


autoSave?

optional autoSave: string

Inherited from

StackProps.autoSave


bgcolor?

optional bgcolor: ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>

Inherited from

StackProps.bgcolor


border?

optional border: ResponsiveStyleValue<undefined | number | "Menu" | "none" | "hidden" | string & object | "inset" | "red" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "transparent" | "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentColor" | "medium" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | "thick" | "thin"> | (theme) => ResponsiveStyleValue<undefined | number | "Menu" | "none" | "hidden" | string & object | "inset" | "red" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "transparent" | "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentColor" | "medium" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid" | "thick" | "thin">

Inherited from

StackProps.border


borderBottom?

optional borderBottom: ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>

Inherited from

StackProps.borderBottom


borderColor?

optional borderColor: ResponsiveStyleValue<readonly string[] | BorderColor | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | BorderColor | undefined>

Inherited from

StackProps.borderColor


borderLeft?

optional borderLeft: ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.borderLeft


borderRadius?

optional borderRadius: ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>

Inherited from

StackProps.borderRadius


borderRight?

optional borderRight: ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.borderRight


borderTop?

optional borderTop: ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.borderTop


bottom?

optional bottom: ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>

Inherited from

StackProps.bottom


boxShadow?

optional boxShadow: ResponsiveStyleValue<number | BoxShadow | undefined> | (theme) => ResponsiveStyleValue<number | BoxShadow | undefined>

Inherited from

StackProps.boxShadow


boxSizing?

optional boxSizing: ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>

Inherited from

StackProps.boxSizing


children?

optional children: ReactNode

The content of the component.

Inherited from

StackProps.children


classes?

optional classes: Partial<ClassNameMap<never>>

Override or extend the styles applied to the component.

Inherited from

StackProps.classes


className?

optional className: string

Inherited from

StackProps.className


color?

optional color: ResponsiveStyleValue<readonly string[] | Color | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>

Inherited from

StackProps.color


columnGap?

optional columnGap: ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>

Inherited from

StackProps.columnGap


component?

optional component: ElementType<any, keyof IntrinsicElements>

Inherited from

StackProps.component


content?

optional content: string

Inherited from

StackProps.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Inherited from

StackProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

StackProps.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

StackProps.dangerouslySetInnerHTML


datatype?

optional datatype: string

Inherited from

StackProps.datatype


defaultChecked?

optional defaultChecked: boolean

Inherited from

StackProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

StackProps.defaultValue


dir?

optional dir: string

Inherited from

StackProps.dir


direction?

optional direction: ResponsiveStyleValue<"column" | "row" | "column-reverse" | "row-reverse">

Defines the flex-direction style property. It is applied for all screen sizes.

Default

'column'

Inherited from

StackProps.direction


disabled?

optional disabled: boolean

If true, the component will be disabled.

Inherited from

DisabledProps.disabled


display?

optional display: ResponsiveStyleValue<readonly string[] | Display | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>

Inherited from

StackProps.display


displayPrint?

optional displayPrint: ResponsiveStyleValue<readonly string[] | Display | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>

Inherited from

StackProps.displayPrint


divider?

optional divider: ReactNode

Add an element between each child.

Inherited from

StackProps.divider


draggable?

optional draggable: Booleanish

Inherited from

StackProps.draggable


enterKeyHint?

optional enterKeyHint: "search" | "done" | "enter" | "go" | "next" | "previous" | "send"

Inherited from

StackProps.enterKeyHint


exportparts?

optional exportparts: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

StackProps.exportparts


flex?

optional flex: ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>

Inherited from

StackProps.flex


flexBasis?

optional flexBasis: ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>

Inherited from

StackProps.flexBasis


flexDirection?

optional flexDirection: ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>

Inherited from

StackProps.flexDirection


flexGrow?

optional flexGrow: ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>

Inherited from

StackProps.flexGrow


flexShrink?

optional flexShrink: ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>

Inherited from

StackProps.flexShrink


flexWrap?

optional flexWrap: ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>

Inherited from

StackProps.flexWrap


fontFamily?

optional fontFamily: ResponsiveStyleValue<readonly string[] | FontFamily | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | FontFamily | undefined>

Inherited from

StackProps.fontFamily


fontSize?

optional fontSize: ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>

Inherited from

StackProps.fontSize


fontStyle?

optional fontStyle: ResponsiveStyleValue<readonly string[] | FontStyle | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | FontStyle | undefined>

Inherited from

StackProps.fontStyle


fontWeight?

optional fontWeight: ResponsiveStyleValue<undefined | string | string & object | number & object> | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>

Inherited from

StackProps.fontWeight


gap?

optional gap: ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>

Inherited from

StackProps.gap


gridArea?

optional gridArea: ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>

Inherited from

StackProps.gridArea


gridAutoColumns?

optional gridAutoColumns: ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>

Inherited from

StackProps.gridAutoColumns


gridAutoFlow?

optional gridAutoFlow: ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>

Inherited from

StackProps.gridAutoFlow


gridAutoRows?

optional gridAutoRows: ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>

Inherited from

StackProps.gridAutoRows


gridColumn?

optional gridColumn: ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>

Inherited from

StackProps.gridColumn


gridRow?

optional gridRow: ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>

Inherited from

StackProps.gridRow


gridTemplateAreas?

optional gridTemplateAreas: ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>

Inherited from

StackProps.gridTemplateAreas


gridTemplateColumns?

optional gridTemplateColumns: ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>

Inherited from

StackProps.gridTemplateColumns


gridTemplateRows?

optional gridTemplateRows: ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>

Inherited from

StackProps.gridTemplateRows


height?

optional height: ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>

Inherited from

StackProps.height


hidden?

optional hidden: boolean

Inherited from

StackProps.hidden


id?

optional id: string

Inherited from

StackProps.id


inert?

optional inert: boolean

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

StackProps.inert


inlist?

optional inlist: any

Inherited from

StackProps.inlist


inputMode?

optional inputMode: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal"

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

StackProps.inputMode


is?

optional is: string

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

StackProps.is


itemID?

optional itemID: string

Inherited from

StackProps.itemID


itemProp?

optional itemProp: string

Inherited from

StackProps.itemProp


itemRef?

optional itemRef: string

Inherited from

StackProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

StackProps.itemScope


itemType?

optional itemType: string

Inherited from

StackProps.itemType


justifyContent?

optional justifyContent: ResponsiveStyleValue<readonly string[] | JustifyContent | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>

Inherited from

StackProps.justifyContent


justifyItems?

optional justifyItems: ResponsiveStyleValue<readonly string[] | JustifyItems | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>

Inherited from

StackProps.justifyItems


justifySelf?

optional justifySelf: ResponsiveStyleValue<readonly string[] | JustifySelf | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>

Inherited from

StackProps.justifySelf


key?

optional key: null | Key

Inherited from

StackProps.key


lang?

optional lang: string

Inherited from

StackProps.lang


left?

optional left: ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>

Inherited from

StackProps.left


letterSpacing?

optional letterSpacing: ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>

Inherited from

StackProps.letterSpacing


lineHeight?

optional lineHeight: ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.lineHeight


m?

optional m: ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>

Inherited from

StackProps.m


margin?

optional margin: ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>

Inherited from

StackProps.margin


marginBlock?

optional marginBlock: ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginBlock


marginBlockEnd?

optional marginBlockEnd: ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginBlockEnd


marginBlockStart?

optional marginBlockStart: ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginBlockStart


marginBottom?

optional marginBottom: ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginBottom


marginInline?

optional marginInline: ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginInline


marginInlineEnd?

optional marginInlineEnd: ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginInlineEnd


marginInlineStart?

optional marginInlineStart: ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginInlineStart


marginLeft?

optional marginLeft: ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginLeft


marginRight?

optional marginRight: ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginRight


marginTop?

optional marginTop: ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginTop


marginX?

optional marginX: ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginX


marginY?

optional marginY: ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.marginY


maxHeight?

optional maxHeight: ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.maxHeight


maxWidth?

optional maxWidth: ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>

Inherited from

StackProps.maxWidth


mb?

optional mb: ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>

Inherited from

StackProps.mb


minHeight?

optional minHeight: ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.minHeight


minWidth?

optional minWidth: ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>

Inherited from

StackProps.minWidth


ml?

optional ml: ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.ml


mr?

optional mr: ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.mr


mt?

optional mt: ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.mt


mx?

optional mx: ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.mx


my?

optional my: ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.my


nonce?

optional nonce: string

Inherited from

StackProps.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>

Inherited from

StackProps.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

StackProps.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>

Inherited from

StackProps.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

StackProps.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLDivElement>

Inherited from

StackProps.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

StackProps.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler<HTMLDivElement>

Inherited from

StackProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLDivElement>

Inherited from

StackProps.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLDivElement>

Inherited from

StackProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLDivElement>

Inherited from

StackProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>

Inherited from

StackProps.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

StackProps.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLDivElement>

Inherited from

StackProps.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

StackProps.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>

Inherited from

StackProps.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

StackProps.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLDivElement>

Inherited from

StackProps.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLDivElement>

Inherited from

StackProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLDivElement>

Inherited from

StackProps.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLDivElement>

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

StackProps.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

StackProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>

Inherited from

StackProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

StackProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>

Inherited from

StackProps.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLDivElement>

Inherited from

StackProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLDivElement>

Inherited from

StackProps.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLDivElement>

Inherited from

StackProps.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLDivElement>

Inherited from

StackProps.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLDivElement>

Inherited from

StackProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLDivElement>

Inherited from

StackProps.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>

Inherited from

StackProps.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

StackProps.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

StackProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLDivElement>

Inherited from

StackProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLDivElement>

Inherited from

StackProps.onWheelCapture


order?

optional order: ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>

Inherited from

StackProps.order


overflow?

optional overflow: ResponsiveStyleValue<readonly string[] | Overflow | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | Overflow | undefined>

Inherited from

StackProps.overflow


p?

optional p: ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>

Inherited from

StackProps.p


padding?

optional padding: ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>

Inherited from

StackProps.padding


paddingBlock?

optional paddingBlock: ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingBlock


paddingBlockEnd?

optional paddingBlockEnd: ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingBlockEnd


paddingBlockStart?

optional paddingBlockStart: ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingBlockStart


paddingBottom?

optional paddingBottom: ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingBottom


paddingInline?

optional paddingInline: ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingInline


paddingInlineEnd?

optional paddingInlineEnd: ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingInlineEnd


paddingInlineStart?

optional paddingInlineStart: ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingInlineStart


paddingLeft?

optional paddingLeft: ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingLeft


paddingRight?

optional paddingRight: ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingRight


paddingTop?

optional paddingTop: ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingTop


paddingX?

optional paddingX: ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingX


paddingY?

optional paddingY: ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.paddingY


part?

optional part: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

StackProps.part


pb?

optional pb: ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>

Inherited from

StackProps.pb


pl?

optional pl: ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.pl


popover?

optional popover: "" | "hint" | "auto" | "manual"

Inherited from

StackProps.popover


popoverTarget?

optional popoverTarget: string

Inherited from

StackProps.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Inherited from

StackProps.popoverTargetAction


position?

optional position: ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>

Inherited from

StackProps.position


pr?

optional pr: ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>

Inherited from

StackProps.pr


prefix?

optional prefix: string

Inherited from

StackProps.prefix


property?

optional property: string

Inherited from

StackProps.property


pt?

optional pt: ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.pt


px?

optional px: ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>

Inherited from

StackProps.px


py?

optional py: ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>

Inherited from

StackProps.py


radioGroup?

optional radioGroup: string

Inherited from

StackProps.radioGroup


readOnly?

optional readOnly: boolean

If true, the component will be read-only.

Inherited from

ReadOnlyProps.readOnly


ref?

optional ref: Ref<HTMLDivElement>

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

React Docs

Inherited from

StackProps.ref


rel?

optional rel: string

Inherited from

StackProps.rel


resource?

optional resource: string

Inherited from

StackProps.resource


results?

optional results: number

Inherited from

StackProps.results


rev?

optional rev: string

Inherited from

StackProps.rev


optional right: ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>

Inherited from

StackProps.right


role?

optional role: AriaRole

Inherited from

StackProps.role


rowGap?

optional rowGap: ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>

Inherited from

StackProps.rowGap


security?

optional security: string

Inherited from

StackProps.security


slot?

optional slot: string

Inherited from

StackProps.slot


spacing?

optional spacing: ResponsiveStyleValue<string | number>

Defines the space between immediate children.

Default

0

Inherited from

StackProps.spacing


spellCheck?

optional spellCheck: Booleanish

Inherited from

StackProps.spellCheck


style?

optional style: CSSProperties

Inherited from

StackProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

StackProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

StackProps.suppressHydrationWarning


sx?

optional sx: SxProps<Theme>

The system prop, which allows defining system overrides as well as additional CSS styles.

Inherited from

StackProps.sx


tabIndex?

optional tabIndex: number

Inherited from

StackProps.tabIndex


textAlign?

optional textAlign: ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>

Inherited from

StackProps.textAlign


textOverflow?

optional textOverflow: ResponsiveStyleValue<readonly string[] | TextOverflow | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>

Inherited from

StackProps.textOverflow


textTransform?

optional textTransform: ResponsiveStyleValue<readonly string[] | TextTransform | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | TextTransform | undefined>

Inherited from

StackProps.textTransform


title?

optional title: string

Inherited from

StackProps.title


top?

optional top: ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>

Inherited from

StackProps.top


translate?

optional translate: "yes" | "no"

Inherited from

StackProps.translate


typeof?

optional typeof: string

Inherited from

StackProps.typeof


typography?

optional typography: ResponsiveStyleValue<undefined | string> | (theme) => ResponsiveStyleValue<undefined | string>

Inherited from

StackProps.typography


unselectable?

optional unselectable: "off" | "on"

Inherited from

StackProps.unselectable


useFlexGap?

optional useFlexGap: boolean

If true, the CSS flexbox gap is used instead of applying margin to children.

While CSS gap removes the known limitations, it is not fully supported in some browsers. We recommend checking https://caniuse.com/?search=flex%20gap before using this flag.

To enable this flag globally, follow the theme's default props configuration.

Default

false

Inherited from

StackProps.useFlexGap


visibility?

optional visibility: ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>

Inherited from

StackProps.visibility


vocab?

optional vocab: string

Inherited from

StackProps.vocab


whiteSpace?

optional whiteSpace: ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined> | (theme) => ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>

Inherited from

StackProps.whiteSpace


width?

optional width: ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined> | (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>

Inherited from

StackProps.width


zIndex?

optional zIndex: ResponsiveStyleValue<undefined | string | string & object | number & object> | (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>

Inherited from

StackProps.zIndex

Stay in the know
Quickly Build Drag-and-Drop Forms
Star us on GitHub