diff --git a/packages/react/src/components/FieldsetLegend/FieldsetLegend.docs.mdx b/packages/react/src/components/FieldsetLegend/FieldsetLegend.docs.mdx new file mode 100644 index 000000000..1fa962cb5 --- /dev/null +++ b/packages/react/src/components/FieldsetLegend/FieldsetLegend.docs.mdx @@ -0,0 +1,15 @@ +import { Meta, Canvas, ArgTypes } from '@storybook/blocks'; + +import * as Stories from './FieldsetLegend.stories'; + +import { DocsHeader } from '../../storybook-components'; + + + + + + + +## API + +This component is based on the `legend` element.