0.19.3 • Published 2 years ago

@digitalbydefault/launch-ui v0.19.3

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

🛰 Launch 2.0

Development Workflow

An overview of the design system workflow for frontend developers.

  1. Make a copy of theme.js

Building a new component

  1. First make a new branch to work from. Naming just needs to be descriptive.
git checkout -b create-avatar-list-component
  1. In the src/components directory, create your component folder, ie. AvatarList.
  2. In that folder, create AvatarList.js and AvatarList.stories.js
  3. Run yarn storybook

Local Testing

The easiest way to test locally is using the yalc command (npm install -g yalc).

  1. In the component library, run yarn build && yalc publish
  2. In your project file, run yalc add @digitalbydefault/launch-ui or yalc update if you've already done this
  3. You can quickly test things out now without having to publish to npm first
  4. Always clean this up afterwards by removing the yalc files (including the .lock file)
0.19.3

2 years ago

0.19.2

2 years ago

0.19.1

3 years ago

0.19.0

3 years ago

0.17.2

3 years ago

0.18.0

3 years ago

0.17.1

3 years ago

0.16.0

3 years ago

0.17.0

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.11.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.3

3 years ago

0.9.1

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.5.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago