3.0.4-beta.14 • Published 2 years ago

@geops/create-react-web-component v3.0.4-beta.14

Weekly downloads
80
License
MIT
Repository
github
Last release
2 years ago

Create React Web Component

NPM Version Github License Build Status

This project is a fork of the archived but great SimonHoiberg/create-react-web-component.

It includes the React 18 support and removed all cli stuff.

How to use it

In your project:

yarn add @geops/create-react-web-component

Create a js file:

import ReactWebComponent from "@geops/create-react-web-component";
import MyReactComponent from "./MyReactComponent";

ReactWebComponent.setAttributes(MyReactComponent.attributes);
ReactWebComponent.setProperties(MyReactComponent.defaultProps);
ReactWebComponent.render(MyReactComponent, "trafimage-maps", { shadow: false });

Contributing

Getting Started

yarn install
yarn test

Issuess

In the case of a bug report, bugfix or a suggestions, please feel very free to open an issue.

Pull request

Pull requests are always welcome, and I'll do my best to do reviews as fast as I can.

License

This project is licensed under the MIT License

Get Help

Read more about using Web Components with React on the official React Docs

3.0.5

2 years ago

3.0.4-beta.14

2 years ago

3.0.4-beta.13

2 years ago

3.0.4-beta.12

2 years ago

3.0.4-beta.11

2 years ago

3.0.4-beta.10

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.4-beta.8

2 years ago

3.0.4-beta.9

2 years ago

3.0.4-beta.4

2 years ago

3.0.4-beta.5

2 years ago

3.0.4-beta.6

2 years ago

3.0.4-beta.7

2 years ago

3.0.2-beta.2

2 years ago

3.0.4-beta.0

2 years ago

3.0.2-beta.1

2 years ago

3.0.4-beta.1

2 years ago

3.0.2-beta.0

2 years ago

3.0.4-beta.2

2 years ago

3.0.4-beta.3

2 years ago

2.0.19

6 years ago

2.0.18

6 years ago