Interface: MuiBoxProps
The MuiBox component properties.
Extends
BoxProps.DisabledProps.ReadOnlyProps
Properties
about?
optionalabout:string
Inherited from
BoxProps.about
accessKey?
optionalaccessKey:string
Inherited from
BoxProps.accessKey
alignContent?
optionalalignContent:ResponsiveStyleValue<readonly string[] | AlignContent | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | AlignContent | undefined>
Inherited from
BoxProps.alignContent
alignItems?
optionalalignItems:ResponsiveStyleValue<readonly string[] | AlignItems | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | AlignItems | undefined>
Inherited from
BoxProps.alignItems
alignSelf?
optionalalignSelf:ResponsiveStyleValue<readonly string[] | AlignSelf | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>
Inherited from
BoxProps.alignSelf
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
BoxProps.aria-activedescendant
aria-atomic?
optionalaria-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
BoxProps.aria-atomic
aria-autocomplete?
optionalaria-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
BoxProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
BoxProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-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
BoxProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
BoxProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
BoxProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
BoxProps.aria-colcount
aria-colindex?
optionalaria-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
BoxProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
BoxProps.aria-colindextext
aria-colspan?
optionalaria-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
BoxProps.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
BoxProps.aria-controls
aria-current?
optionalaria-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
BoxProps.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
BoxProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
BoxProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
BoxProps.aria-details
aria-disabled?
optionalaria-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
BoxProps.aria-disabled
aria-dropeffect?
optionalaria-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
BoxProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
BoxProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
BoxProps.aria-expanded
aria-flowto?
optionalaria-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
BoxProps.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
BoxProps.aria-grabbed
aria-haspopup?
optionalaria-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
BoxProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
BoxProps.aria-hidden
aria-invalid?
optionalaria-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
BoxProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
BoxProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
BoxProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
BoxProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
BoxProps.aria-level
aria-live?
optionalaria-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
BoxProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
BoxProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
BoxProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
BoxProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
BoxProps.aria-orientation
aria-owns?
optionalaria-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
BoxProps.aria-owns
aria-placeholder?
optionalaria-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
BoxProps.aria-placeholder
aria-posinset?
optionalaria-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
BoxProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
BoxProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
BoxProps.aria-readonly
aria-relevant?
optionalaria-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
BoxProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
BoxProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
BoxProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
BoxProps.aria-rowcount
aria-rowindex?
optionalaria-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
BoxProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
BoxProps.aria-rowindextext
aria-rowspan?
optionalaria-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
BoxProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
BoxProps.aria-selected
aria-setsize?
optionalaria-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
BoxProps.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
BoxProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
BoxProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
BoxProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
BoxProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
BoxProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
BoxProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Inherited from
BoxProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
BoxProps.autoFocus
autoSave?
optionalautoSave:string
Inherited from
BoxProps.autoSave
bgcolor?
optionalbgcolor:ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
Inherited from
BoxProps.bgcolor
border?
optionalborder: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
BoxProps.border
borderBottom?
optionalborderBottom: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
BoxProps.borderBottom
borderColor?
optionalborderColor:ResponsiveStyleValue<readonly string[] | BorderColor | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | BorderColor | undefined>
Inherited from
BoxProps.borderColor
borderLeft?
optionalborderLeft: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
BoxProps.borderLeft
borderRadius?
optionalborderRadius: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
BoxProps.borderRadius
borderRight?
optionalborderRight: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
BoxProps.borderRight
borderTop?
optionalborderTop: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
BoxProps.borderTop
bottom?
optionalbottom: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
BoxProps.bottom
boxShadow?
optionalboxShadow:ResponsiveStyleValue<number | BoxShadow | undefined> | (theme) =>ResponsiveStyleValue<number | BoxShadow | undefined>
Inherited from
BoxProps.boxShadow
boxSizing?
optionalboxSizing:ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
Inherited from
BoxProps.boxSizing
children?
optionalchildren:ReactNode
Inherited from
BoxProps.children
classes?
optionalclasses:Partial<ClassNameMap<never>>
Override or extend the styles applied to the component.
Inherited from
BoxProps.classes
className?
optionalclassName:string
Inherited from
BoxProps.className
color?
optionalcolor:ResponsiveStyleValue<readonly string[] | Color | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | Color | undefined>
Inherited from
BoxProps.color
columnGap?
optionalcolumnGap: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
BoxProps.columnGap
component?
optionalcomponent:ElementType<any, keyof IntrinsicElements>
Inherited from
BoxProps.component
content?
optionalcontent:string
Inherited from
BoxProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
BoxProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
BoxProps.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
BoxProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
BoxProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
BoxProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
BoxProps.defaultValue
dir?
optionaldir:string
Inherited from
BoxProps.dir
disabled?
optionaldisabled:boolean
If true, the component will be disabled.
Inherited from
DisabledProps.disabled
display?
optionaldisplay:ResponsiveStyleValue<readonly string[] | Display | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | Display | undefined>
Inherited from
BoxProps.display
displayPrint?
optionaldisplayPrint:ResponsiveStyleValue<readonly string[] | Display | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | Display | undefined>
Inherited from
BoxProps.displayPrint
draggable?
optionaldraggable:Booleanish
Inherited from
BoxProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Inherited from
BoxProps.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
BoxProps.exportparts
flex?
optionalflex: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
BoxProps.flex
flexBasis?
optionalflexBasis: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
BoxProps.flexBasis
flexDirection?
optionalflexDirection:ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
Inherited from
BoxProps.flexDirection
flexGrow?
optionalflexGrow:ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
Inherited from
BoxProps.flexGrow
flexShrink?
optionalflexShrink:ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
Inherited from
BoxProps.flexShrink
flexWrap?
optionalflexWrap:ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
Inherited from
BoxProps.flexWrap
fontFamily?
optionalfontFamily:ResponsiveStyleValue<readonly string[] | FontFamily | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | FontFamily | undefined>
Inherited from
BoxProps.fontFamily
fontSize?
optionalfontSize: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
BoxProps.fontSize
fontStyle?
optionalfontStyle:ResponsiveStyleValue<readonly string[] | FontStyle | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | FontStyle | undefined>
Inherited from
BoxProps.fontStyle
fontWeight?
optionalfontWeight:ResponsiveStyleValue<undefined|string|string&object|number&object> | (theme) =>ResponsiveStyleValue<undefined|string|string&object|number&object>
Inherited from
BoxProps.fontWeight
gap?
optionalgap: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
BoxProps.gap
gridArea?
optionalgridArea:ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
Inherited from
BoxProps.gridArea
gridAutoColumns?
optionalgridAutoColumns: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
BoxProps.gridAutoColumns
gridAutoFlow?
optionalgridAutoFlow:ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>
Inherited from
BoxProps.gridAutoFlow
gridAutoRows?
optionalgridAutoRows: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
BoxProps.gridAutoRows
gridColumn?
optionalgridColumn:ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
Inherited from
BoxProps.gridColumn
gridRow?
optionalgridRow:ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
Inherited from
BoxProps.gridRow
gridTemplateAreas?
optionalgridTemplateAreas:ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>
Inherited from
BoxProps.gridTemplateAreas
gridTemplateColumns?
optionalgridTemplateColumns: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
BoxProps.gridTemplateColumns
gridTemplateRows?
optionalgridTemplateRows: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
BoxProps.gridTemplateRows
height?
optionalheight: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
BoxProps.height
hidden?
optionalhidden:boolean
Inherited from
BoxProps.hidden
id?
optionalid:string
Inherited from
BoxProps.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
BoxProps.inert
inlist?
optionalinlist:any
Inherited from
BoxProps.inlist
inputMode?
optionalinputMode:"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
BoxProps.inputMode
is?
optionalis: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
BoxProps.is
itemID?
optionalitemID:string
Inherited from
BoxProps.itemID
itemProp?
optionalitemProp:string
Inherited from
BoxProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
BoxProps.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
BoxProps.itemScope
itemType?
optionalitemType:string
Inherited from
BoxProps.itemType
justifyContent?
optionaljustifyContent:ResponsiveStyleValue<readonly string[] | JustifyContent | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>
Inherited from
BoxProps.justifyContent
justifyItems?
optionaljustifyItems:ResponsiveStyleValue<readonly string[] | JustifyItems | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>
Inherited from
BoxProps.justifyItems
justifySelf?
optionaljustifySelf:ResponsiveStyleValue<readonly string[] | JustifySelf | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>
Inherited from
BoxProps.justifySelf
key?
optionalkey:null|Key
Inherited from
BoxProps.key
lang?
optionallang:string
Inherited from
BoxProps.lang
left?
optionalleft: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
BoxProps.left
letterSpacing?
optionalletterSpacing: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
BoxProps.letterSpacing
lineHeight?
optionallineHeight: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
BoxProps.lineHeight
m?
optionalm: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
BoxProps.m
margin?
optionalmargin: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
BoxProps.margin
marginBlock?
optionalmarginBlock: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
BoxProps.marginBlock
marginBlockEnd?
optionalmarginBlockEnd: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
BoxProps.marginBlockEnd
marginBlockStart?
optionalmarginBlockStart: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
BoxProps.marginBlockStart
marginBottom?
optionalmarginBottom: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
BoxProps.marginBottom
marginInline?
optionalmarginInline: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
BoxProps.marginInline
marginInlineEnd?
optionalmarginInlineEnd: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
BoxProps.marginInlineEnd
marginInlineStart?
optionalmarginInlineStart: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
BoxProps.marginInlineStart
marginLeft?
optionalmarginLeft: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
BoxProps.marginLeft
marginRight?
optionalmarginRight: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
BoxProps.marginRight
marginTop?
optionalmarginTop: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
BoxProps.marginTop
marginX?
optionalmarginX: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
BoxProps.marginX
marginY?
optionalmarginY: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
BoxProps.marginY
maxHeight?
optionalmaxHeight: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
BoxProps.maxHeight
maxWidth?
optionalmaxWidth: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
BoxProps.maxWidth
mb?
optionalmb: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
BoxProps.mb
minHeight?
optionalminHeight: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
BoxProps.minHeight
minWidth?
optionalminWidth: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
BoxProps.minWidth
ml?
optionalml: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
BoxProps.ml
mr?
optionalmr: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
BoxProps.mr
mt?
optionalmt: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
BoxProps.mt
mx?
optionalmx: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
BoxProps.mx
my?
optionalmy: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
BoxProps.my
nonce?
optionalnonce:string
Inherited from
BoxProps.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLDivElement>
Inherited from
BoxProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLDivElement>
Inherited from
BoxProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLDivElement>
Inherited from
BoxProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLDivElement>
Inherited from
BoxProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLDivElement>
Inherited from
BoxProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLDivElement>
Inherited from
BoxProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLDivElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
BoxProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLDivElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
BoxProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLDivElement>
Inherited from
BoxProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLDivElement>
Inherited from
BoxProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLDivElement>
Inherited from
BoxProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLDivElement>
Inherited from
BoxProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLDivElement>
Inherited from
BoxProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLDivElement>
Inherited from
BoxProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLDivElement>
Inherited from
BoxProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
BoxProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLDivElement>
Inherited from
BoxProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLDivElement>
Inherited from
BoxProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLDivElement>
Inherited from
BoxProps.onWheelCapture
order?
optionalorder:ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>
Inherited from
BoxProps.order
overflow?
optionaloverflow:ResponsiveStyleValue<readonly string[] | Overflow | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | Overflow | undefined>
Inherited from
BoxProps.overflow
p?
optionalp: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
BoxProps.p
padding?
optionalpadding: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
BoxProps.padding
paddingBlock?
optionalpaddingBlock: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
BoxProps.paddingBlock
paddingBlockEnd?
optionalpaddingBlockEnd: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
BoxProps.paddingBlockEnd
paddingBlockStart?
optionalpaddingBlockStart: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
BoxProps.paddingBlockStart
paddingBottom?
optionalpaddingBottom: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
BoxProps.paddingBottom
paddingInline?
optionalpaddingInline: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
BoxProps.paddingInline
paddingInlineEnd?
optionalpaddingInlineEnd: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
BoxProps.paddingInlineEnd
paddingInlineStart?
optionalpaddingInlineStart: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
BoxProps.paddingInlineStart
paddingLeft?
optionalpaddingLeft: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
BoxProps.paddingLeft
paddingRight?
optionalpaddingRight: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
BoxProps.paddingRight
paddingTop?
optionalpaddingTop: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
BoxProps.paddingTop
paddingX?
optionalpaddingX: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
BoxProps.paddingX
paddingY?
optionalpaddingY: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
BoxProps.paddingY
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
BoxProps.part
pb?
optionalpb: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
BoxProps.pb
pl?
optionalpl: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
BoxProps.pl
popover?
optionalpopover:""|"hint"|"auto"|"manual"
Inherited from
BoxProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
BoxProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
BoxProps.popoverTargetAction
position?
optionalposition:ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>
Inherited from
BoxProps.position
pr?
optionalpr: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
BoxProps.pr
prefix?
optionalprefix:string
Inherited from
BoxProps.prefix
property?
optionalproperty:string
Inherited from
BoxProps.property
pt?
optionalpt: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
BoxProps.pt
px?
optionalpx: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
BoxProps.px
py?
optionalpy: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
BoxProps.py
radioGroup?
optionalradioGroup:string
Inherited from
BoxProps.radioGroup
readOnly?
optionalreadOnly:boolean
If true, the component will be read-only.
Inherited from
ReadOnlyProps.readOnly
ref?
optionalref:Ref<unknown>
Inherited from
BoxProps.ref
rel?
optionalrel:string
Inherited from
BoxProps.rel
resource?
optionalresource:string
Inherited from
BoxProps.resource
results?
optionalresults:number
Inherited from
BoxProps.results
rev?
optionalrev:string
Inherited from
BoxProps.rev
right?
optionalright: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
BoxProps.right
role?
optionalrole:AriaRole
Inherited from
BoxProps.role
rowGap?
optionalrowGap: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
BoxProps.rowGap
security?
optionalsecurity:string
Inherited from
BoxProps.security
slot?
optionalslot:string
Inherited from
BoxProps.slot
spellCheck?
optionalspellCheck:Booleanish
Inherited from
BoxProps.spellCheck
style?
optionalstyle:CSSProperties
Inherited from
BoxProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
BoxProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
BoxProps.suppressHydrationWarning
sx?
optionalsx:SxProps<Theme>
The system prop that allows defining system overrides as well as additional CSS styles.
Inherited from
BoxProps.sx
tabIndex?
optionaltabIndex:number
Inherited from
BoxProps.tabIndex
textAlign?
optionaltextAlign:ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>
Inherited from
BoxProps.textAlign
textOverflow?
optionaltextOverflow:ResponsiveStyleValue<readonly string[] | TextOverflow | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>
Inherited from
BoxProps.textOverflow
textTransform?
optionaltextTransform:ResponsiveStyleValue<readonly string[] | TextTransform | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | TextTransform | undefined>
Inherited from
BoxProps.textTransform
title?
optionaltitle:string
Inherited from
BoxProps.title
top?
optionaltop: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
BoxProps.top
translate?
optionaltranslate:"yes"|"no"
Inherited from
BoxProps.translate
typeof?
optionaltypeof:string
Inherited from
BoxProps.typeof
typography?
optionaltypography:ResponsiveStyleValue<undefined|string> | (theme) =>ResponsiveStyleValue<undefined|string>
Inherited from
BoxProps.typography
unselectable?
optionalunselectable:"off"|"on"
Inherited from
BoxProps.unselectable
visibility?
optionalvisibility:ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined> | (theme) =>ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>
Inherited from
BoxProps.visibility
vocab?
optionalvocab:string
Inherited from
BoxProps.vocab
whiteSpace?
optionalwhiteSpace:ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined> | (theme) =>ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>
Inherited from
BoxProps.whiteSpace
width?
optionalwidth: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
BoxProps.width
zIndex?
optionalzIndex:ResponsiveStyleValue<undefined|string|string&object|number&object> | (theme) =>ResponsiveStyleValue<undefined|string|string&object|number&object>
Inherited from
BoxProps.zIndex