Forms

Search Field

Type and search, exploring your data like searching for stars with a telescope, quick and responsive.

Basic

A search field is a box where you can type in keywords to search for something, like finding content on a website.

Installation

If you hit any issues, make sure you check out the installation guide here for more information.

Composed Components

Plug this component into the CLI, and it automatically loads all the included components. No need to add them individually.

The Search Field comes packed with a variety of components to make it stand out.

Button

Buttons be the real MVPs, man! They're all about gettin' stuff done, whether it’s slamming that form submit or hoppin' to another page.

Field

Field's a core piece every other component uses. It flexes reusable styles, showing up in inputs, labels, descriptions, and more.

Manual Installation

Sometimes, using the CLI is the way to go, so make sure you install the necessary dependencies for the components you want to use.

Anatomy

With Label

You can add a label to the search field by using the label prop.

Validation

Add a validation message to the search field by setting the validationMessage prop.

Pending

Show a loading indicator to indicate that the search field is in a pending state by using the isPending prop.

Description

You can add a description to the search field by using the description prop.

Search for a product

Controlled

Like other fields, the search field can be controlled by managing its value through the value prop.

You have typed:

Uncontrolled

Like other fields, the search field can be controlled by managing its value through the defaultValue prop.

Readonly

When the search field is set to readonly, it cannot be edited.

Disabled

Disable the search field by using the isDisabled prop.