Static search affordance with a lucide icon, placeholder, and an optional shortcut chip on the right.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search1 } from "@/components/beste/piece/search1";
<Search1
placeholder="Search anything..."
shortcut={[
"⌘",
"K"
]}
/>Crypto address field with a gradient Ξ avatar, shortened mono address, and an ENS lookup chip.
Color field pairing a filled swatch with the chosen name and hex code and an eyedropper button.
Pill-shaped search input with a leading magnifier and an inline pill-shaped clear when there is a value.
Tight small-size text field for data tables and filter rails, with smaller type and tight padding.
Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.
Regex field with slash delimiters, flag suffix in amber, and an emerald match-count pill on the right.