@times-components/ts-slices
v1.10.0
Published
Reuseable Typescript React Components
Downloads
5,824
Readme
Typescript Components
This package contains components written in a Typescript. This will allow for easy migration when we need to move these to a more modern repository.
Build
All the build steps have been updated to handle all the build steps:
yarn transpile
will build javascript into the/dist
directoryyarn lint
will performtslint
andprettier
tasksyarn bundle
will generate thernw.js
(react-web) bundle
Storybook
For now, you will need to do a yarn build
for storybook to update.