import { Description, Meta, Story } from '@storybook/blocks'
import * as Examples from './max-text-width.stories'

<Meta of={Examples} />

# Max width of text elements

Each of our paragraph text sizes has a suggested max width for optimal reading. Following the same naming conventions as for font size ("text-...") and line height ("leading-..."), you can use the appropriate max width class ("max-w-...").

<Description />

<Story of={Examples.MaxTextWidth} />
