An open API service indexing awesome lists of open source software.

https://github.com/maheshwaghmare/components

ReactJS Components
https://github.com/maheshwaghmare/components

reactjs

Last synced: 28 days ago
JSON representation

ReactJS Components

Awesome Lists containing this project

README

        

# ReactJS Components

![Preview URL](preview.png)

[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
```