import { Meta, Title, Subtitle, Description, Primary, Controls, Stories, Canvas } from '@storybook/addon-docs/blocks';
import * as TextareaStories from './textarea.stories';

<Meta of={TextareaStories} />

<Title />
<Subtitle>A multi-line text input for longer descriptive content.</Subtitle>

<Description />

<Primary />

---

## Variations

<Stories />

---

## AI Best Practices

> [!IMPORTANT]
> - **Scroll Area** — Textareas will automatically show a scrollbar if the content exceeds the fixed height.
> - **Labels** — Link to a `Label` via `id` and `htmlFor`.
