We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ae8bd commit ced2513Copy full SHA for ced2513
apps/www/content/docs/components/sidebar.mdx
@@ -346,7 +346,7 @@ The `SidebarProvider` component is used to provide the sidebar context to the `S
346
| ------------- | ------------------------- | -------------------------------------------- |
347
| `defaultOpen` | `boolean` | Default open state of the sidebar. |
348
| `open` | `boolean` | Open state of the sidebar (controlled). |
349
-| `setOpen` | `(open: boolean) => void` | Sets open state of the sidebar (controlled). |
+| `onOpenChange`| `(open: boolean) => void` | Sets open state of the sidebar (controlled). |
350
351
### Width
352
0 commit comments