Aspekt logoAspekt UI

Input is used to collect text.

tsx
import { Input } from "@/components/aspekt/input";
<Input  placeholder="Search components"  clearable  prefix={<MagnifyingGlassIcon />}/>