import { Meta, Title,  Primary, Stories } from '@storybook/addon-docs';

<Meta isTemplate />

<Title />

Migration notes:

- **Breaking**. The `subTitle` property no longer renders html. Please use the `subtitle` slot instead.
- **Breaking**. The `caption` property no longer renders html. Please use the `caption` slot instead.
- The `title` content can now be provided in the `title` slot.

<Primary />

<Controls />

<Stories />
