Skip to content

Commit 9f06751

Browse files
committed
docs(COffcanvas): update JSDoc comments
1 parent 7fc0c67 commit 9f06751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/offcanvas/COffcanvas.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { CBackdrop } from '../backdrop/CBackdrop'
1010
export interface COffcanvasProps extends HTMLAttributes<HTMLDivElement> {
1111
/**
1212
* Apply a backdrop on body while offcanvas is open. [docs]
13+
*
1314
* @default true
1415
*/
1516
backdrop?: boolean
@@ -19,6 +20,7 @@ export interface COffcanvasProps extends HTMLAttributes<HTMLDivElement> {
1920
className?: string
2021
/**
2122
* Closes the offcanvas when escape key is pressed [docs]
23+
*
2224
* @default true
2325
*/
2426
keyboard?: boolean

0 commit comments

Comments
 (0)