Getting Started

Components

Themes

Adding Colors

If you want them to adjust according to themes. please check out this page

./lib/default_values/default_colors.ts

export const DefaultColors = { slate: { '50': string, '100': string, //... '950': string }; gray: { //... }, //new object containing 50 to 950 newColor:{ '50': ColorValueString, '100': ColorValueString, //... '950': ColorValueString }, //Or just ordinary color like this veryWeirdColor: ColorValueString };