dito-uai
v4.0.0
Published
Dito's design system
Downloads
2
Readme
How to run the project on you local
The project has 3 packages:
- foundation that has all informations of colors, typhograph, grid and others
- icons that has all separeted icons
- uai that has all components
- Enter on package and run
yarn
to install all dependencies - Run
yarn start
to preview the storybook
How to commit on this repo
The project has a default template to commit, just use yarn cz
and go ahead with the steps
Before installing
Using Github Package Registry: (only for private package)
First, issue a personal access token for the command line with the read:packages
and write:packages
permissions.
The recommended setup for authenticating with Github Package Registry is creating the ~/.npmrc
file containing:
//npm.pkg.github.com/:_authToken=PERSONAL-ACCESS-TOKEN
Install
We highly recommend you to check our latest tag on the releases page and packages page and use exact-versions, to make upgrading easier:
Package uai-components
yarn add @ditointernet/uai-components
Package uai-foundation
yarn add @ditointernet/uai-foundation
Package uai-icons
yarn add @ditointernet/uai-icons