No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:

  1. Missing Context/Providers: You can use decorators to supply specific contexts or providers, which are sometimes necessary for components to render correctly. For detailed instructions on using decorators, please visit the Decorators documentation.
  2. Misconfigured Webpack or Vite: Verify that Storybook picks up all necessary settings for loaders, plugins, and other relevant parameters. You can find step-by-step guides for configuring Webpack or Vite with Storybook.
  3. Missing Environment Variables: Your Storybook may require specific environment variables to function as intended. You can set up custom environment variables as outlined in the Environment Variables documentation.

🌈 Colors

This design system colors are intended to clearly communicate actions, states and navigation within the user interface. Its goal is to make easy to comprehend each of the elements of the composition.

Colors are created using css variables to make it easy for the developers to personalize designs on the client requirements.

Color palette

Name
Swatches
White
--ui-color-white
witehsl(0 0% 100%)
Black
--ui-color-black
blackhsl(0 0% 15%)
grey Scale
--ui-color-grey--*
10hsl(0 0% calc(50% + 45%))
20hsl(0 0% calc(50% + 30%))
30hsl(0 0% calc(50% + 20%))
40hsl(0 0% calc(50% + 5%))
50hsl(0 0% 50%)
60hsl(0 0% calc(50% - 5%))
70hsl(0 0% calc(50% - 15%))
80hsl(0 0% calc(50% - 20%))
90hsl(0 0% calc(50% - 35%))
Primary
--ui-color-primary--*
10hsl(224 52% calc(56% + 45%))
20hsl(224 52% calc(56% + 30%))
30hsl(224 52% 56%)
40hsl(224 52% calc(56% - 15%))
50hsl(224 52% calc(56% - 25%))
Secondary
--ui-color-secondary--*
10hsl(174 37% calc(46% + 45%))
20hsl(174 37% calc(46% + 30%))
30hsl(174 37% 46%)
40hsl(174 37% calc(46% - 15%))
50hsl(174 37% calc(46% - 25%))
Success
--ui-color-success--*
10hsl(125 40% calc(50% + 45%))
20hsl(125 40% calc(50% + 30%))
30hsl(125 40% 50%)
40hsl(125 40% calc(50% - 15%))
50hsl(125 40% calc(50% - 25%))
Warning
--ui-color-warning--*
10hsl(28 100% calc(50% + 45%))
20hsl(28 100% calc(50% + 30%))
30hsl(28 100% 50%)
40hsl(28 100% calc(50% - 15%))
50hsl(28 100% calc(50% - 25%))
Error
--ui-color-error--*
10hsl(0 90% calc(45% + 45%))
20hsl(0 90% calc(45% + 30%))
30hsl(0 90% 45%)
40hsl(0 90% calc(45% - 15%))
50hsl(0 90% calc(45% - 25%))