mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
11 lines
228 B
Text
11 lines
228 B
Text
---
|
|
components: ["ComposedModal", "ModalHeader", "ModalBody", "ModalFooter"]
|
|
---
|
|
|
|
<script>
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
### Composed modal
|
|
|
|
<FileSource src="/framed/Modal/ComposedModal" />
|