Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input5 } from "@/components/beste/piece/input5";
<Input5
value="Beste Sözen"
placeholder="Type something"
focused={true}
/>