Search Field Description

PreviousNext

search-field-description-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/forms/search-field/search-field-description-demo.tsx
"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>
  )
}

Installation

npx shadcn@latest add @intentui/search-field-description-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.