React Shared Components

Interactive testing environment for react-shared components

Theme Playground

Current: Default

StoreTextarea

Multi-line text input component for longer content

Interactive Playground

Customize the textarea properties and see the changes in real-time

States

Different textarea states

Normal

ReadOnly With Value

Error State

Disabled

API Reference

Props

value

string - The textarea value

onChange

(e: ChangeEvent<HTMLTextAreaElement>) => void - Change handler

placeholder

string - Placeholder text

rows

number - Number of visible text rows (default: 4)

disabled

boolean - Disables the textarea

error

boolean - Shows error state styling