Backdrop API
View componentThe full prop reference for the Backdrop component. A full-screen scrim for modal states.
Import
tsx
import { Backdrop } from '@structyl/styled';Props
Backdrop
Blocking scrim.
| Prop | Type | Default |
|---|---|---|
| open# | booleanOpen state. | false |
| forceMount# | booleanKeep mounted when closed. | false |
| invisible# | booleanRemove visible scrim color. | false |
| className# | stringAdditional Tailwind classes merged with the component defaults. | — |
Source code
If you didn't find what you need here, read the component implementation .