https://github.com/mzvast/vrxd
⚡️use CRA-StoryBook-Rollup-Babel7 to build a React component library
https://github.com/mzvast/vrxd
babel boilerplate library react rollup storybook ui
Last synced: 2 months ago
JSON representation
⚡️use CRA-StoryBook-Rollup-Babel7 to build a React component library
- Host: GitHub
- URL: https://github.com/mzvast/vrxd
- Owner: mzvast
- License: mit
- Created: 2018-11-29T12:18:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:08:07.000Z (over 2 years ago)
- Last Synced: 2025-03-09T09:39:33.082Z (2 months ago)
- Topics: babel, boilerplate, library, react, rollup, storybook, ui
- Language: CSS
- Homepage: https://mzvast.github.io/vrxd/index.html
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/mzvast/vrxd/tree/master)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and [StoryBook](https://github.com/storybooks/storybook).
Build with [Rollup](https://github.com/rollup/rollup) and [Babel 7](https://github.com/babel/babel)## Install
```bash
npm i @mzvast/vrxd --save
```## Usage
```jsx
import {SimpleButton} from '@mzvast/vrxd';
ReactDOM.render(, mountNode);
```