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 a63ab40 commit 8d585dcCopy full SHA for 8d585dc
packages/coreui-react/src/components/modal/CModal.tsx
@@ -72,8 +72,8 @@ export interface CModalProps extends HTMLAttributes<HTMLDivElement> {
72
* Remove animation to create modal that simply appear rather than fade in to view.
73
*/
74
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
+ /**
+ * By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false.
77
78
unmountOnClose?: boolean
79
/**
0 commit comments