as | "div" | "span" | "section" | "main" | "nav" | "header" | "footer" | "aside" | "article" | "address" | "hgroup" | "blockquote" | "figure" | "figcaption" | "ol" | "ul" | "li" | "pre" The element that is rendered. Defaults to div . |
children | React.ReactNode | string |
className | undefined | string Additional class names to apply, separated by spaces. |
dataAttributes | DataAttributesProp Data attributes that are spread onto the element, e.g. dataAttributes={{'data-*': '...'}} . |
id | undefined | string |
role | undefined | string |
style | React.CSSProperties |
tabIndex | undefined | number |