0.0.27 • Published 2 years ago

@ensofinance/ui-library v0.0.27

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Enso UI Library

UI library for Enso

How to use

Run storybook:

yarn && yarn start:storybook

Duplicate a component

Duplicate, rename and wire a new component using the command:

yarn go newComponentTitle

Generate icons

Use svgr to generate icons from public folder:

yarn svgr

Or add it as a pre-commit hook:

husky add .husky/pre-commit "yarn svgr"

Link to another library

In order to yarn link with this project, peer dependencies need to be linked with the project you want to link Run yarn local-peer-deps and enter the project directory, the script will yarn link all peer dependencies from the target project into ui-library.

Then, in this project, run

yarn link

Go to an existing project and use the following command to start using your local npm package.

yarn link @ensofinance/ui-library

Now start rollup in watch mode to develop and see changes.

yarn rollup:watch

and/or Storybook to view the Component Library

yarn storybook
0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago