1.1.0 • Published 3 years ago

his.common.components.v2 v1.1.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

🚀 Welcome to His.common.components!

This includes the following components

  1. FormInputSearch
  2. CustomButton
  3. FormInput
  4. WithSpinner
  5. custom-check-box
  6. tablePagination
  7. form-radio-button
  8. globalTableFilter
  9. custom-radio-button

If you wanna modify any of the above components then follow the below steps,

  1. go to path /src, add your code and if needed modify index.tsx for new components addition.
  2. npm run build:prod
  3. make sure dist folder has new package.json version and Readme.txt file if not do copy paste or modify directly.
  4. npm login
  5. 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.1.0

3 years ago