0.1.29 • Published 4 years ago

algar-design-system v0.1.29

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

algar-design-system

Available Scripts

In the project directory, you can run:

yarn install

Install dependencies

yarn storybook

Run storybook on localhost.\ The page will reload if you make edits.\ You will also see any lint errors in the console.

yarn build-storybook

Builds the storybook for production (in folder storybook-static)

yarn chromatic

Deploy the storybook for production

NB : This repo has a Continuous deployment with Chromatic

It will be deployed whenever you push code.

yarn build

Build this lib in dist folder (for publish to npm)

Add a component

  1. Look at an example in src/components/Button folder
  2. Update src/components/index.ts
  3. Update package version in package.json. Example : 0.1.0 to 0.1.1
  4. Push your code
  5. Publish it to npm with npm publish

Usage in a project

Install it with yarn add algar-design-system

import { Button } from 'algar-design-system'
<Button color="secondary" size="large">
  Login
</Button>

TODO

Unit test for all components

0.1.29

4 years ago

0.1.28

4 years ago

0.1.27

4 years ago

0.1.26

4 years ago

0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago