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

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

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

[![Build Status](https://secure.travis-ci.org/react4j/react4j-windowportal.svg?branch=master)](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).