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
- Host: GitHub
- URL: https://github.com/plortinus/react2webc
- Owner: Plortinus
- Created: 2021-06-13T06:46:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T08:51:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T15:43:17.108Z (5 months ago)
- Language: HTML
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react2wbc
> Made with create-react-library
[](https://www.npmjs.com/package/react2wbc) [](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)