b908136224d17355827a9f264451d49b839b8eed
These were the missing parts in order to use every design tokens of Cunningham. Including: spacing, font weight, size, family, and colors. In order to be really versatile and to allow users to define new design tokens I had to re-organize the way those tokens are sub divided in sub objects in cunningham.ts file. That's why sub division are created for theme.typ.sizes for instance.
Cunningham, the best OpenSource Design System
Getting started
Packages are not published yet, but once it is done we will show people how to install packages.
Development
First start
Install and build packages
make bootstrap
And then run dev servers
make dev
Then, you will be able to access the demo app on http://localhost:3200 and the React components package's Storybook on
http://localhost:6006
Building
In order to build all packages of this repo you just need to type the following command at the root of the monorepo.
make build
Contributing
This project is intended to be community-driven, so please, do not hesitate to get in touch if you have any question related to our implementation or design decisions.
We try to raise our code quality standards and expect contributors to follow the recommandations from our handbook.
License
This work is released under the MIT License (see LICENSE).
Description
Languages
TypeScript
66.6%
SCSS
14.6%
CSS
12.3%
MDX
6.1%
Makefile
0.2%