0.1.0 • Published 2 years ago
@tienhc/test-lib-tienhc v0.1.0
intro
Dự án phục vụ có nhiệm vụ thống nhất và nhất quán trên các dự án frontend về giao diện và xa hơn là hệ thống MicroFE Cần cài đặt thêm:
- npm i styled-components
Start
run 'yarn' or 'npm install' để cài đặt các lib phục vụ cho dự án
demo
Run 'yarn storybook' để xem các vidu
build Lib and publish npm
--run-- npm run build npm login npm publish
build storybook
--run-- yarn build-storybook --or-- npm run build-storybook
example docs storybook
{ name: 'label', type: { name: 'string', required: false }, defaultValue: 'Hello', description: 'overwritten description', table: { type: { summary: 'something short', detail: 'something really really long', }, defaultValue: { summary: 'Hello' }, }, control: { type: null, }, }