Zelty Order UI Kit
Component library for Zelty order
Authors
Installation (NPM Package)
yarn add @zelty/ui-kit-order
Usage
import { Card } from '@zelty/ui-kit-order'
function App() {
return (
<Card>
<div>My content</div>
</Card>
)
}
Development
Install
yarn
Start Storybook
yarn storybook
Commit on the project
yarn cm
Create new Story/Component automatically
yarn ns
Push process
- Create branch from
develop
after pulling 🚨 To keep package version updated 🚨 - Work 🧑💻, then
yarn cm
from your branch & push -
Pull request from
your branch
todevelop
, wait for collaborator validation - [optional] wait for UI review on Chromatic
-
Pull request from
develop
tomaster
and directly merge, it will trigger an NPM publish
Chromatic
The Storybook is automatically published to Chromatic when it gets merged to develop, share this with collaborators for UI review :