mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
docs: fix prop name (#5460)
This commit is contained in:
@@ -346,7 +346,7 @@ The `SidebarProvider` component is used to provide the sidebar context to the `S
|
||||
| ------------- | ------------------------- | -------------------------------------------- |
|
||||
| `defaultOpen` | `boolean` | Default open state of the sidebar. |
|
||||
| `open` | `boolean` | Open state of the sidebar (controlled). |
|
||||
| `setOpen` | `(open: boolean) => void` | Sets open state of the sidebar (controlled). |
|
||||
| `onOpenChange`| `(open: boolean) => void` | Sets open state of the sidebar (controlled). |
|
||||
|
||||
### Width
|
||||
|
||||
|
||||
Reference in New Issue
Block a user