Select

Select a start and end date, perfect for booking a vacation or setting periods efficiently, streamlining the process of defining time spans with ease.

Basic

A select component displays a dropdown list of options, allowing users to pick one from the list.

Design software

Installation

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

Composed Components

When you plug this component from the CLI, it autoloads all the composed components. No need to toss 'em in one at a time.

The Select's decked out with several components to make it bangin'.

List Box

ListBox are designed to present and manage lists of options or data entries, allowing users to view and select from multiple choices efficiently.

Field

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

Popover

Hover or click to see more content, like popping open a tent, useful for additional info without leaving the context..

Dropdown

Dropdown's a slick component used in other parts of your project that need dropdown, like menu, select, combo box, 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.

And next, you can copy the code below and paste it into your dopest component folder.

Anatomy

Import the components and use them as shown below, adapting the structure to fit each component.

Select Item Details

If you need to provide more information about an item, use the SelectItemDetails component to display additional details.

Roles

Section

A select component can display items grouped together in sections.

Select with Icon

A select component can display items grouped together in sections.

Validation

If a user submits the form without selecting an item, an error message will appear.

Design software

Controlled

You can control the select component by passing the selectedKey prop.

Movies
You have selected:

Disabled

When the select component is disabled, it cannot be interacted with.

Design software