test-santiagoep
v0.1.0
Published
Component library
Readme
BVC Digital Platform Component Library
Files structure

Style Guide
Colors
The project will use the theming system of styled components. For the good work of this system, we have to use agnostic names to the colors (Ex: primary, secondary, background, etc). The colors will be in core/colors.js (With the name of the color and a scale) and its will be called in core/themes.js (Under the agnostic name).
- To naming colors: http://chir.ag/projects/name-that-color
- To get the color scale: https://material.io/resources/color/
Breakpoints
The defined breakpoints use the "mobile first" philosophy. Are defined in the core/breakpoints.js
