s-private API Documentation - v3.8.1
    Preparing search index...
    • A styled multi-line text input component.

      Parameters

      • props: TextareaProps

        Standard textarea attributes including placeholder, rows, etc.

      Returns Element

      A styled textarea element

      Textarea is a styled wrapper around the native HTML textarea element. Supports all standard textarea attributes including rows and cols.

      // Basic textarea
      <Textarea placeholder="Enter your message..." />

      // With specific row count
      <Textarea rows={5} placeholder="Write your content..." />
    Index

    Properties

    Properties

    displayName: string