1.0.9 • Published 3 years ago
his.common.components.v1 v1.0.9
🚀 Welcome to His.common.components!
This includes the following components
- FormInputSearch
- CustomButton
- FormInput
- WithSpinner
- custom-check-box
- tablePagination
- form-radio-button
- globalTableFilter
- custom-radio-button
If you wanna modify any of the above components then follow the below steps,
- go to path /src, add your code and if needed modify index.tsx for new components addition.
- npm run build:prod
- make sure dist folder has new package.json version and Readme.txt file if not do copy paste or modify directly.
- npm login
- npm publish local project path(\HIS\his.common.components\dist) npm publish \HIS\his.common.components\dist --access public note: \HIS\his.common.components\dist
Once it is published, use npm i his.common.components --save-dev
import the components and use it anywhere.
Good Luck
1.0.9
3 years ago