* docs: create a new UI docs project (#13233) * docs: create a new UI docs project * fix installation errors * docs: migrate UI docs content to new project (#13241) * Fix content * added examples for some components * finish adding examples * lint fix * fix build errors * delete empty files * path fixes + refactor * fix build error
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"description": "This component wraps the content of the drawer.\nIt accepts props from the [Radix UI Dialog Content](https://www.radix-ui.com/primitives/docs/components/dialog#content) component.",
|
|
"methods": [],
|
|
"displayName": "Drawer.Content",
|
|
"props": {
|
|
"overlayProps": {
|
|
"required": false,
|
|
"tsType": {
|
|
"name": "ReactComponentPropsWithoutRef",
|
|
"raw": "React.ComponentPropsWithoutRef<typeof DrawerOverlay>",
|
|
"elements": [
|
|
{
|
|
"name": "DrawerOverlay"
|
|
}
|
|
]
|
|
},
|
|
"description": "Props for the overlay component.\nIt accepts props from the [Radix UI Dialog Overlay](https://www.radix-ui.com/primitives/docs/components/dialog#overlay) component."
|
|
},
|
|
"portalProps": {
|
|
"required": false,
|
|
"tsType": {
|
|
"name": "ReactComponentPropsWithoutRef",
|
|
"raw": "React.ComponentPropsWithoutRef<typeof DrawerPortal>",
|
|
"elements": [
|
|
{
|
|
"name": "DrawerPortal"
|
|
}
|
|
]
|
|
},
|
|
"description": "Props for the portal component that wraps the drawer content.\nIt accepts props from the [Radix UI Dialog Portal](https://www.radix-ui.com/primitives/docs/components/dialog#portal) component."
|
|
}
|
|
}
|
|
} |