UNPKG

@availity/mui-dialog

Version:

Availity MUI Dialog Component - part of the @availity/element design system

11 lines (7 loc) 288 B
import { Markdown } from '@storybook/blocks'; import { Meta } from '@storybook/addon-docs'; import ReadMe from './README.md?raw'; import CHANGELOG from './CHANGELOG.md?raw'; <Meta title="Components/Dialog/Introduction" /> <Markdown>{ReadMe}</Markdown> <Markdown>{CHANGELOG}</Markdown>