Overview
This task covers adding demos of the TextArea component to the Codex docs site.
Currently, the documentation for TextArea component includes a configurable demo with these props: status, autosize, placeholder, disabled, readonly, & rows.
Acceptance criteria
- A configurable demo including all props of the TextArea component is added
- Add start icon & end icon
- Any other necessary demos and documentation are added to the page
- Add a textarea with default prop values
- Add a textarea with autosize
- Add textarea with native attribute: row
- Add a textarea with icons
- Add a textarea with a placeholder
- Add a textarea with disabled
- Add a textarea with readonly
- Usage information displays correctly and contains adequate detail