Color Swatch
Added: 2.5.0 | Last updated: 2.5.0 (11/05/2024)
Usage
import { ColorSwatch } from "@valence-ui/core";
function MyComponent() {
return (
<ColorSwatch
color="red"
/>
)
}Props
Last updated