Caption
Caption is used to render semantic HTML caption elements.
Storybook LinkImport
To implement caption component into your project you'll need to add the import:
import { Typography } from '@anthane/core-elements';
Usage
After adding import into your project you can use it simply like:
<Typography.Caption>
The quick brown fox jumps over the lazy dog
</Typography.Caption>