devs-react-component-library

A react component library that provides flexible access to lots of react components

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
devs-react-component-library
8.0.123 months ago9 months agoMinified + gzip package size for devs-react-component-library in KB

Readme

React Developers components

// const shadows = { // small: '0px 8px 8px rgba(6, 42, 84, 0.04)',, 84, 0.04)' // };
// const typography = { // fontFamily: { // quicksand: " Droid Sans, Helvetica Neue, sans-serif", // }, // fontWeight: { // 300: 300, // }, // lineHeight: { // 20: "20px", // }, // };
// const zIndex = { // mobileStepper: 1000, // };
// export const fontSizes = { // 8: "8px", //10px // };
// const shape = { // borderRadius: { // 8: "8px", //10px // } // };
export const theme: ThemeTypes = { palette: {
Blue: {
    dark: {
        5: '#F2F6FA'
    },
},
shadows, typography, zIndex, shape, fontSizes, };