We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713f57a commit 970cfdaCopy full SHA for 970cfda
packages/docs/content/components/modal.mdx
@@ -131,7 +131,7 @@ const [visible, setVisible] = useState(false)
131
return (
132
<>
133
<CButton onClick={() => setVisible(!visible)}>Launch static backdrop modal</CButton>
134
- <CModal visible={visible} onClose={() => setVisible(false)}>
+ <CModal backdrop="static" visible={visible} onClose={() => setVisible(false)}>
135
<CModalHeader>
136
<CModalTitle>Modal title</CModalTitle>
137
</CModalHeader>
0 commit comments