Input
A core component that allows users to enter text.
This component would not typically be used by itself. Instead, it can be used to compose more complex components such as a text input, search input, etc.
Installation
npx shadcn@latest add @tetra-ui/inputUsage
import { Input } from "@/components/ui/input";<Input placeholder="Enter your username" />