Logo

Textarea

The Textarea component is a multi-line text input field that allows users to enter longer text content. It includes various features like placeholder text, character limits, and validation states, making it suitable for form submissions, user feedback, and other textual input needs.

  • Playground

  • Theming

  • Issues and suggestions

  • Installation

    npm install @inubekit/textarea

    Playground

    Interface

    label

    name

    id

    placeholder

    disabled

    focused

    status

    value

    onChange

    maxLength

    minLength

    required

    message

    fullwidth

    onFocus

    onBlur