···11+---
22+title: Color Wheel
33+description: A circular color picker for selecting hue with a draggable thumb.
44+---
55+66+import { PropDocs } from '../../lib/PropDocs'
77+import { Example } from '../../lib/Example'
88+import { Basic } from '../../examples/color-wheel/basic'
99+import { Sizes } from '../../examples/color-wheel/sizes'
1010+import { Disabled } from '../../examples/color-wheel/disabled'
1111+1212+<Example src={Basic} />
1313+1414+## Installation
1515+1616+Run the following command to add the color wheel component to your project.
1717+1818+```bash
1919+pnpm hip install color-wheel
2020+```
2121+2222+## Props
2323+2424+This component is built using the [React Aria ColorWheel](https://react-spectrum.adobe.com/react-aria/ColorWheel.html).
2525+2626+<PropDocs components={["ColorWheel"]} />
2727+2828+## Features
2929+3030+### Sizes
3131+3232+The color wheel supports three sizes via the `size` prop (sm, md, lg), which adjust the ring thickness and overall radius.
3333+3434+<Example src={Sizes} />
3535+3636+### Disabled
3737+3838+The color wheel can be disabled using the `isDisabled` prop.
3939+4040+<Example src={Disabled} />
4141+4242+## Related Components
4343+4444+- [ColorSlider](/docs/components/color-slider) - 1D channel adjustment
4545+- [ColorArea](/docs/components/color-area) - 2D color selection
4646+- [ColorField](/docs/components/color-field) - Entering color values