"use client"
import { Description } from "@/components/ui/field"
import { SearchField, SearchInput } from "@/components/ui/search-field"
export default function SearchFieldDescriptionDemo() {
return (
<SearchField aria-label="Search">
<SearchInput placeholder="Search" />
<Description>Search for a product</Description>
</SearchField>
)
}
npx shadcn@latest add @intentui/search-field-description-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.