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 c6610c9 commit bcfc7b1Copy full SHA for bcfc7b1
1 file changed
resources/js/stories/docs/Modal.mdx
@@ -5,6 +5,10 @@ import * as ModalStories from '../Modal.stories';
5
6
# Modal
7
Display content in a layer above the main page. Ideal for confirmations, alerts, and forms.
8
+
9
+Docs coming soon.
10
11
+{/* Todo
12
<Canvas of={ModalStories._DocsIntro} sourceState={'shown'} />
13
14
## Title
@@ -25,3 +29,4 @@ You can use a custom footer by using the `#footer` slot.
25
29
26
30
## Arguments
27
31
<ArgTypes of={ModalStories} />
32
+*/}
0 commit comments