Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:08:07.000Z (about 2 years ago)
- Last Synced: 2024-12-22T10:36:40.397Z (about 1 month 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: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/@mzvast/vrxd.svg)](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);
```