input

ui

Input

fly-byデザインシステムのInputコンポーネント。-appearance-outlined/filled、-size-s/m/lをサポート。

プレビュー

インストール

npx shadcn@latest add "https://fly-by.design.yukyu.net/r/input.json"

使用例

import { Input } from "@/components/ui/input"

// コンポーネントを使用
<Input>
  Content
</Input>

ファイル

registry/fly-by/ui/input.tsxui