0.1.29 • Published 3 years ago

algar-design-system v0.1.29

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago