rex-react-design-kit
v0.0.3
Published
This is a react based component library
Downloads
3
Readme
Rex React Design Kit
A react based component library.
Getting Started
- Git clone the project
- Install all dependencies with
npm install
- Create your component on 'src/components' folder and register that on 'src/components/index.ts'
- Preview your component on 'src/preview/Preview.jsx'
- To Test The Component run
npm run storybook
Build The Package
To build the package run
npm run build
Publish Package
To publish the package first change the version from package.json file and then run
npm publish
Ensure that you have logged in with npm registry for publishing the package.