0.1.0 • Published 2 years ago

md-component-library v0.1.0

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

medirecod design system User Guide

Commands

 yarn start # or yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Storybook

Run inside another terminal:

yarn storybook

start a new component

  yarn gen component Card //Card is the component name

then select component,

This generate a component with name Card for you:

✔  ++ /src/components/Card/Card.tsx
✔  ++ /src/components/Card/Card.test.tsx
✔  ++ /src/components/Card/Card.stories.tsx
✔  ++ /src/components/Card/Card.styled.ts
✔  ++ /src/components/Card/index.ts
✔  _+ /src/components/index.ts
✔  _+ /src/components/index.ts