We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc0c67 commit 9f06751Copy full SHA for 9f06751
src/components/offcanvas/COffcanvas.tsx
@@ -10,6 +10,7 @@ import { CBackdrop } from '../backdrop/CBackdrop'
10
export interface COffcanvasProps extends HTMLAttributes<HTMLDivElement> {
11
/**
12
* Apply a backdrop on body while offcanvas is open. [docs]
13
+ *
14
* @default true
15
*/
16
backdrop?: boolean
@@ -19,6 +20,7 @@ export interface COffcanvasProps extends HTMLAttributes<HTMLDivElement> {
19
20
className?: string
21
22
* Closes the offcanvas when escape key is pressed [docs]
23
24
25
26
keyboard?: boolean
0 commit comments