From 1c78ef7f804cba82f73fcf13eb1169ac4014a2f7 Mon Sep 17 00:00:00 2001 From: dhruvikpatel18 Date: Tue, 18 Feb 2025 13:08:39 +0530 Subject: [PATCH] docs: Updated README doc file with mentioned features --- packages/components/src/color-palette/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/components/src/color-palette/README.md b/packages/components/src/color-palette/README.md index 0fbfbd4d71001..2ffe183ca8548 100644 --- a/packages/components/src/color-palette/README.md +++ b/packages/components/src/color-palette/README.md @@ -32,6 +32,15 @@ for the `ColorPalette`'s color swatches, by rendering your `ColorPalette` with a `Popover.Slot` further up the element tree and within a `SlotFillProvider` overall. +## Features + +- Select from predefined color swatches +- Custom color picker with optional alpha channel +- Direct hex value editing for hex colors (click the hex value to edit) +- Clearing color selection +- Multiple palette support +- Keyboard navigation + ## Props The component accepts the following props.