Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Optional aria-atomic
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.
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.
Optional aria-busy
aria-busy?:Booleanish
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
Indicates what functions can be performed when a dragged object is released on the drop target.
deprecated
in ARIA 1.1
Optional aria-errormessage
aria-errormessage?:string
Identifies the element that provides an error message for the object.
see
aria-invalid @see aria-describedby.
Optional aria-expanded
aria-expanded?:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Optional aria-flowto
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.
Optional aria-grabbed
aria-grabbed?:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Indicates the entered value does not conform to the format expected by the application.
see
aria-errormessage.
Optional aria-keyshortcuts
aria-keyshortcuts?:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Optional aria-label
aria-label?:string
Defines a string value that labels the current element.
see
aria-labelledby.
Optional aria-labelledby
aria-labelledby?:string
Identifies the element (or elements) that labels the current element.
see
aria-describedby.
Optional aria-level
aria-level?:number
Defines the hierarchical level of an element within a structure.
Optional aria-live
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.
Optional aria-modal
aria-modal?:Booleanish
Indicates whether an element is modal when displayed.
Optional aria-multiline
aria-multiline?:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Optional aria-multiselectable
aria-multiselectable?:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Optional aria-orientation
aria-orientation?:"horizontal" | "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Optional aria-owns
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.
Optional aria-placeholder
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.
Optional aria-posinset
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.
Indicates if items in a table or grid are sorted in ascending or descending order.
Optional aria-valuemax
aria-valuemax?:number
Defines the maximum allowed value for a range widget.
Optional aria-valuemin
aria-valuemin?:number
Defines the minimum allowed value for a range widget.
Optional aria-valuenow
aria-valuenow?:number
Defines the current value for a range widget.
see
aria-valuetext.
Optional aria-valuetext
aria-valuetext?:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Optional autoCapitalize
autoCapitalize?:string
Optional autoCorrect
autoCorrect?:string
Optional autoSave
autoSave?:string
Optional bordered
bordered?:boolean
Boolean if the card should use a border instead of box-shadow. Enabling
this prop will always disable the raisable prop.
Optional children
children?:ReactNode
Optional className
className?:string
Optional color
color?:string
Optional contentClassName
contentClassName?:string
An optional className to provide the content of the panel.
Optional contentEditable
contentEditable?:Booleanish | "inherit"
Optional contentStyle
contentStyle?:CSSProperties
An optional style to provide to the content of the panel.
Optional contextMenu
contextMenu?:string
Optional customHeader
customHeader?:ReactNode
An optional header element to display instead of the default
implementation.
Optional dangerouslySetInnerHTML
dangerouslySetInnerHTML?:{ __html: string }
Type declaration
__html: string
Optional datatype
datatype?:string
Optional defaultChecked
defaultChecked?:boolean
Optional defaultValue
defaultValue?:string | number | readonly string[]
Optional dir
dir?:string
Optional disablePadding
disablePadding?:boolean
Boolean if the padding should be removed from the content. This is really
only useful if your child elements have their own padding.
Optional disableParagraphMargin
disableParagraphMargin?:boolean
Boolean if any <p> tags that appear as children of this component should
no longer have their margin-top and margin-bottom removed. The default
behavior is to remove all margin-top and remove the margin-bottom if
the <p> is the last child.
Optional disableSecondaryColor
disableSecondaryColor?:boolean
Boolean if the current secondary text color should be disabled from the
content.
Optional disableTransition
disableTransition?:boolean
Boolean if the collapse transition should be disabled for the content
within the panel. It is recommended to disable this transition if there is
a lot of content within the panel since animating max-height isn't super
great since it causes DOM repaints during the entire transition.
Optional disabled
disabled?:boolean
Boolean if clicking on the header should no longer toggle the expansion
state. This will automatically be provided from the usePanels hook for
when a panel cannot be closed to do preventing all panels from being closed
at a time.
Optional draggable
draggable?:Booleanish
expanded
expanded:boolean
Boolean if the panel is currently expanded.
Optional expanderIcon
expanderIcon?:ReactNode
An optional expander icon to use within the default header implementation.
This defaults to the "expander" icon.
Optional fullWidth
fullWidth?:boolean
Boolean if the card should no longer be display: inline-block, but
instead display: block; width: 100%;.
Optional header
header?:ReactNode
The children to display within the default header element.
Optional headerClassName
headerClassName?:string
An optional className to provide to the default header implementation. If
the header prop is provided, this will do nothing.
Optional headerRef
headerRef?:Ref<HTMLButtonElement>
An optional ref to pass to the default header implementation. This will be
provided automatically if you are using the usePanels hook to allow
keyboard movement with the arrow keys and home/end keys. If you provide
your own header, you'll need to pass the headerRef to your custom
implementation to the focusable element for the keyboard focus behavior to
work.
Optional headerStyle
headerStyle?:CSSProperties
An optional style object to provide to the default header implementation. If
the header prop is provided, this will do nothing.
Boolean if margin top should be applied to this header to add some
additional spacing between this panel and the previous panel. This will
automatically be provided for panels when using the usePanels hook.
Boolean if the content should be persistent within the DOM instead of
unmounting once no longer expanded. This is only really helpful if you want
to maintain state while the panel is hidden since the children will unmount
when not expanded.
Optional placeholder
placeholder?:string
Optional prefix
prefix?:string
Optional property
property?:string
Optional radioGroup
radioGroup?:string
Optional raisable
raisable?:boolean
Boolean if the card should gain additional box-shadow elevation once
hovered.
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.