1.0.1 • Published 3 years ago

@libscie/design-library v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Design library

All Contributors

This repository helps standardize way designs are implemented across liberate science projects. This makes it easier to propagate any changes to the design system, by simply updating this library.

Usage

npm install @libscie/design-library
const libscie = require('@libscie/design-library')
// If you want to import only specific parts of the design library
const { colors } = require('@libscie/design-library')

Colors

const background = libscie.colors.purple900
const alternatively = colors.purple900

Color library cheatsheet

The name is the base color; the number is the saturation, with base 500. The only exception is white, which has no saturation and replaces mono100.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!