SegmentedControl

SegmentedControl is a component used for allowing users to select one option from multiple choices.

Usage

import { SegmentedControl } from "@yamada-ui/react"
<SegmentedControl.Root>
  <SegmentedControl.Item />
</SegmentedControl.Root>

Use items

Change size

Change orientation

Make rounded

Disable

Read-Only

Control

Props

Accessibility

Currently, this section is being updated due to the migration of v2.