8000 refactor: update prop documentation · athulchandroth/coreui-react@8d585dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d585dc

Browse files
committed
refactor: update prop documentation
1 parent a63ab40 commit 8d585dc

File tree

1 file changed

+2
-2
lines changed
  • packages/coreui-react/src/components/modal

1 file changed

+2
-2
lines changed

packages/coreui-react/src/components/modal/CModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export interface CModalProps extends HTMLAttributes<HTMLDivElement> {
7272
* Remove animation to create modal that simply appear rather than fade in to view.
7373
*/
7474
transition?: boolean
75-
/*
76-
* By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false
75+
/**
76+
* By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false.
7777
*/
7878
unmountOnClose?: boolean
7979
/**

0 commit comments

Comments
 (0)
0