Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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);
```