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

      Parameters

      • props: InputProps

        Standard input attributes including type, placeholder, etc.

      Returns Element

      A styled input element

      Input is a styled wrapper around the native HTML input element. It supports all standard input types and attributes.

      // Basic text input
      <Input placeholder="Enter text..." />

      // Email input
      <Input type="email" placeholder="[email protected]" />

      // Disabled input
      <Input disabled value="Cannot edit" />
    Index

    Properties

    Properties

    displayName: string