https://github.com/react4j/react4j-windowportal
React4j portal that renders into a Window
https://github.com/react4j/react4j-windowportal
Last synced: 24 days ago
JSON representation
React4j portal that renders into a Window
- Host: GitHub
- URL: https://github.com/react4j/react4j-windowportal
- Owner: react4j
- License: apache-2.0
- Archived: true
- Created: 2018-03-27T11:44:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T03:06:27.000Z (over 6 years ago)
- Last Synced: 2023-07-07T09:03:30.053Z (over 2 years ago)
- Language: Ruby
- Homepage:
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Archived
Project has been archived as we no longer want to continue supporting it. If anyone wants to take over support it should be relatively easy to adopt. Until then consider the project shuttered.
---
# React4j-Widget
[](http://travis-ci.org/react4j/react4j-windowportal)
[
](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.realityforge.react4j.windowportal%22)
This library provides a portal that renders into a Window.
## Quick Start
The simplest way to use component;
* add the following dependencies into the build system. i.e.
```xml
org.realityforge.react4j.windowportal
react4j-windowportal
1.74
```
* add the snippet `` into the .gwt.xml file.
* Use the WindowPortal as a react component.
# More Information
For more information about component, please see the [Website](https://react4j.github.io/react4j-windowportal). For the
source code and project support please visit the [GitHub project](https://github.com/react4j/react4j-windowportal).
# Contributing
The component was released as open source so others could benefit from the project. We are thankful for any
contributions from the community. A [Code of Conduct](CODE_OF_CONDUCT.md) has been put in place and
a [Contributing](CONTRIBUTING.md) document is under development.
# License
The component is licensed under [Apache License, Version 2.0](LICENSE).