reactjs-custom-components
v1.0.0
Published
This will have core visual react components
Downloads
7
Maintainers
Readme
React (JavaScript) SDK
To create sdk run the below mentioned command :
npm start
or npm run build:sdk
to build updated dist
folder after making changes to src
.
NOTE:
Always ensure there are no breaking changes by running npm run start
or npm run build:sdk
and that all files are being complied before pushing any changes.
Available Components in SDK :
- Button Component
Dependencies
- "@babel/cli" -which can be used to compile files from the command line.
- "@babel/core" - core babel dependency
- "node-sass" - for scss based styling