| Name | Description | Default | Control |
|---|---|---|---|
| isOpen* | boolean | - | - |
| onClose* | () => void | - | - |
| modalContentProps | ModalContentProps | - | - |
| onDragUp | ((args: ComponentCallbackArgs) => void) | - | - |
| aspectRatio | number | 0.5625 | - |
| storyDuration | number | - | - |
| onStoriesCompleted | (() => void) | - | - |
| indicator | IndicatorProps | - | - |
| components | ComponentsProps | - | - |
| isDragging | boolean | - | - |
| onStoryChange | ((storyId: number) => void) | - | - |
| as | As<any> | - | - |
| _hover | Styles for CSS selector &:hoverCSSObject | - | - |
| _active | Styles for CSS Selector &:activeCSSObject | - | - |
| _focus | Styles for CSS selector &:focusCSSObject | - | - |
| _highlighted | Styles for the highlighted state. CSSObject | - | - |
| _focusWithin | Styles to apply when a child of this element has received focus
CSSObject | - | - |
| _focusVisible | Styles to apply when this element has received focus via tabbing
CSSObject | - | - |
| _disabled | Styles to apply when this element is disabled. The passed styles are applied to these CSS selectors:
CSSObject | - | - |
| _readOnly | Styles for CSS Selector &:readonlyCSSObject | - | - |
| _before | Styles for CSS selector NOTE:When using this, ensure the CSSObject | - | - |
| _after | Styles for CSS selector NOTE:When using this, ensure the CSSObject | - | - |
| _empty | Styles for CSS selector &:emptyCSSObject | - | - |
| _expanded | Styles to apply when the ARIA attribute
CSSObject | - | - |
| _checked | Styles to apply when the ARIA attribute
CSSObject | - | - |
| _grabbed | Styles to apply when the ARIA attribute
CSSObject | - | - |
| _pressed | Styles for CSS Selector CSSObject | - | - |
| _invalid | Styles to apply when the ARIA attribute
CSSObject | - | - |
| _valid | Styles for the valid state
CSSObject | - | - |
| _loading | Styles for CSS Selector CSSObject | - | - |
| _selected | Styles to apply when the ARIA attribute
CSSObject | - | - |
| _hidden | Styles for CSS Selector [hidden=true]CSSObject | - | - |
| _autofill | Styles for CSS Selector &:-webkit-autofillCSSObject | - | - |
| _even | Styles for CSS Selector &:nth-child(even)CSSObject | - | - |
| _odd | Styles for CSS Selector &:nth-child(odd)CSSObject | - | - |
| _first | Styles for CSS Selector &:first-of-typeCSSObject | - | - |
| _last | Styles for CSS Selector &:last-of-typeCSSObject | - | - |
| _notFirst | Styles for CSS Selector &:not(:first-of-type)CSSObject | - | - |
| _notLast | Styles for CSS Selector &:not(:last-of-type)CSSObject | - | - |
| _visited | Styles for CSS Selector &:visitedCSSObject | - | - |
| _activeLink | Used to style the active link in a navigation
Styles for CSS Selector CSSObject | - | - |
| _activeStep | Used to style the current step within a process
Styles for CSS Selector CSSObject | - | - |
| _indeterminate | Styles to apply when the ARIA attribute
CSSObject | - | - |
| _groupHover | Styles to apply when a parent element with .group, data-group or role=group is hoveredCSSObject | - | - |
| _peerHover | Styles to apply when a sibling element with .peer or data-peer is hoveredCSSObject | - | - |
| _groupFocus | Styles to apply when a parent element with .group, data-group or role=group is focusedCSSObject | - | - |
| _peerFocus | Styles to apply when a sibling element with .peer or data-peer is focusedCSSObject | - | - |
| _groupFocusVisible | Styles to apply when a parent element with .group, data-group or role=group has visible focusCSSObject | - | - |
| _peerFocusVisible | Styles to apply when a sibling element with .peeror data-peer has visible focusCSSObject | - | - |
| _groupActive | Styles to apply when a parent element with .group, data-group or role=group is activeCSSObject | - | - |
| _peerActive | Styles to apply when a sibling element with .peer or data-peer is activeCSSObject | - | - |
| _groupDisabled | Styles to apply when a parent element with .group, data-group or role=group is disabledCSSObject | - | - |
| _peerDisabled | Styles to apply when a sibling element with .peer or data-peer is disabledCSSObject | - | - |
| _groupInvalid | Styles to apply when a parent element with .group, data-group or role=group is invalidCSSObject | - | - |
| _peerInvalid | Styles to apply when a sibling element with .peer or data-peer is invalidCSSObject | - | - |
| _groupChecked | Styles to apply when a parent element with .group, data-group or role=group is checkedCSSObject | - | - |
| _peerChecked | Styles to apply when a sibling element with .peer or data-peer is checkedCSSObject | - | - |
| _groupFocusWithin | Styles to apply when a parent element with .group, data-group or role=group has focus withinCSSObject | - | - |
| _peerFocusWithin | Styles to apply when a sibling element with .peer or data-peer has focus withinCSSObject | - | - |
| _peerPlaceholderShown | Styles to apply when a sibling element with .peer or data-peer has placeholder shownCSSObject | - | - |
| _placeholder | Styles for CSS Selector &::placeholder.CSSObject | - | - |
| _placeholderShown | Styles for CSS Selector &:placeholder-shown.CSSObject | - | - |
| _fullScreen | Styles for CSS Selector &:fullscreen.CSSObject | - | - |
| _selection | Styles for CSS Selector &::selectionCSSObject | - | - |
| _rtl | Styles for CSS Selector CSSObject | - | - |
| _ltr | Styles for CSS Selector CSSObject | - | - |
| _mediaDark | Styles for CSS Selector CSSObject | - | - |
| _mediaReduceMotion | Styles for CSS Selector CSSObject | - | - |
| _dark | Styles for when CSSObject | - | - |
| _light | Styles for when CSSObject | - | - |