Skip to Content
文档

颜色样本

用于预览颜色

SourceStorybookRecipe

用法

¥Usage

import { ColorSwatch } from "@chakra-ui/react"
<ColorSwatch />

示例

¥Examples

尺寸

¥Sizes

使用 size 属性更改色板的大小。

¥Use the size prop to change the size of the color swatch.

Alpha

以下示例展示了如何使用 Alpha 通道创建色板。

¥Here's an example of how to create a color swatch with an alpha channel.

包含徽章

¥With Badge

以下是如何组合 ColorSwatchBadge 组件的示例。

¥Here's an example of how to compose the ColorSwatch with a Badge.

#bada55

混合颜色

¥Mixed Colors

使用 ColorSwatchMix 创建包含多种颜色但保留单一颜色样本大小的色板。

¥Use the ColorSwatchMix to create a color swatch that contains multiple colors, but retains the size of a single color swatch.

调色板

¥Palette

以下是组合多个色板以创建调色板的示例。

¥Here's an example of composing multiple swatches to create a palette.

Previous

颜色选择器

Next

可编辑