Skip to main content

Variable: SidebarInput

@arolariu/components


@arolariu/components / SidebarInput

Variable: SidebarInput

const SidebarInput: ForwardRefExoticComponent<Omit<Omit<InputProps, "ref"> & RefAttributes<HTMLElement>, "ref"> & RefAttributes<HTMLElement>>

Defined in: components/ui/sidebar.tsx:452

Renders a styled input inside sidebar layouts.

Remarks

  • Renders the shared Input component
  • Built for sidebar search and filtering affordances

Example

<SidebarInput placeholder='Search...' />

See

HTML input element

// was this page useful?