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

https://github.com/plortinus/react2webc

react to web component
https://github.com/plortinus/react2webc

Last synced: 3 months ago
JSON representation

react to web component

Awesome Lists containing this project

README

        

# react2wbc

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/react2wbc.svg)](https://www.npmjs.com/package/react2wbc) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react2wbc
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'react2wbc'
import 'react2wbc/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [Plortinus](https://github.com/Plortinus)