ColorEdit

A color palette with some more options than the original ColorPalette.

<ColorEdit
	colors={ [
		{ name: 'red', color: '#f00', slug: "1" },
		{ name: 'white', color: '#fff' },
		{ name: 'blue', color: '#00f' },
	] }
/>

Got some problems with making the immutableColorSlugs prop work, but it seems handy.

Is an experimental component. Use “__experimentalColorEdit” to import it.

GitHub URL
Classification

Category

Components