mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
17 lines
No EOL
486 B
Text
17 lines
No EOL
486 B
Text
---
|
|
components: ["ComposedModal", "ModalHeader", "ModalBody", "ModalFooter"]
|
|
---
|
|
|
|
<script>
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
## Composed modal
|
|
|
|
<FileSource src="/framed/Modal/ComposedModal" />
|
|
|
|
## Multiple secondary buttons
|
|
|
|
Use the `secondaryButtons` prop in `ModalFooter` to render two secondary buttons for a "3-button modal". The prop is a 2-tuple type that supersedes `secondaryButtonText`.
|
|
|
|
<FileSource src="/framed/Modal/3ButtonComposedModal" /> |