Skip to Content

Select

The Select component allows users to pick a value from a list of options.


Import

Import
import { Select } from '@backyard-ui/core';

Usage

Usage

Group

Group

Used to group multiple items. Use in conjunction with Select.Label to ensure good accessibility via automatic labelling.

Disable item

Disable item

Use the isDisabled prop to disable an option.

States

States

Disabled

Disabled

Invalid

Invalid

ReadOnly

ReadOnly

Using with FormControl

Using with FormControl

To add a label or status message to your fields use the FormControl utility.

API Reference

API Reference

Root

Root
  • children required
    Description The children elements
    Type
    ReactNode
  • size
    Description The input size.
    Type
    "xs" | "sm" | "md"
    Default
    sm
  • isDisabled
    Description Set the form element to disabled
    Type
    boolean
  • isInvalid
    Description Set the form element `aria-invalid` to `true`
    Type
    boolean
  • isReadOnly
    Description Set the form element to readonly
    Type
    boolean
  • isRequired
    Description Set the form element `aria-required` to `true`
    Type
    boolean
  • isOpen
    Description If `true` the Dialog will be initially opened
    Type
    boolean
    Default
    false

Trigger

Trigger
  • asChild
    Description
    Type
    boolean

Value

Value
  • asChild
    Description
    Type
    boolean

Content

Content
  • asChild
    Description
    Type
    boolean

Group

Group
  • asChild
    Description
    Type
    boolean

Label

Label
  • asChild
    Description
    Type
    boolean

Item

Item
  • isDisabled
    Description
    Type
    boolean
  • asChild
    Description
    Type
    boolean