ColorPalette

Gives users the option to select between colors.

<ColorPalette
	colors={ [
		{ name: 'red', color: '#f00' },
		{ name: 'white', color: '#fff' },
		{ name: 'blue', color: '#00f' },
	] }
	value={ '#f00' }
	style={{width: "200px" }}
/>
GitHub URL
Classification

Category

Components