ColorIndicator is a React component that renders a specific color in a circle. It’s often used to summarize a collection of used colors in a child component.
Import
import { ColorIndicator } from '@wordpress/components';
Examples
Default
const Default = () => <ColorIndicator colorValue="#0073aa" />;