Input

A text input component for collecting user input.

Installation

npm install fuyukaki-ui

Usage

import { Input } from 'fuyukaki-ui'

function App() {
  return <Input placeholder="Enter text..." />
}

Examples

Props

PropTypeDefault
type'text' | 'email' | 'password' | 'number' | etc.'text'
placeholderstring-
disabledbooleanfalse