https://github.com/maheshwaghmare/components
ReactJS Components
https://github.com/maheshwaghmare/components
reactjs
Last synced: 28 days ago
JSON representation
ReactJS Components
- Host: GitHub
- URL: https://github.com/maheshwaghmare/components
- Owner: maheshwaghmare
- Created: 2021-03-22T16:32:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T11:41:49.000Z (over 3 years ago)
- Last Synced: 2025-03-18T04:47:25.547Z (about 1 month ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://maheshwaghmare.github.io/components/?path=/story/components-button--default
- Size: 3.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS Components

[See all components](https://maheshwaghmare.github.io/components/?path=/story/components-button--default)
```
npm init --scope=@maheshwaghmare
``````
npm login
``````sh
npm publish --access public
``````sh
npm run storybook
```Visit http://localhost:6006/
```sh
* npm run build-storybook
npm run deploy-storybook
git add .
git commit -m "Updated storybook"
git push origin main
```