
npm install color-palette-boxReact Components for display color palette name.
It can use in React App or can use in MDX storybook docs.
npm
```
npm install color-palette-box
yarn
``
yarn add color-palette-box
example
`
//import
import { ColorPaletteGroup, ColorPaletteGroupItem } from 'color-palette-box'
// in your component render
{
list.map(( color, index ) => {
return (
)
})
}
``