@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
34 lines (31 loc) • 522 B
JavaScript
;
const colorVariant = {
blue: {
colorPalette: 'blue'
},
gray: {
colorPalette: 'gray'
},
pink: {
colorPalette: 'pink'
},
purple: {
colorPalette: 'purple'
},
cyan: {
colorPalette: 'cyan'
},
orange: {
colorPalette: 'orange'
},
yellow: {
colorPalette: 'yellow'
},
green: {
colorPalette: 'green'
},
red: {
colorPalette: 'red'
}
};
exports.colorVariant = colorVariant;