Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.
/ arez-browserlocation Public archive

Arez component for the browsers location hash

License

Notifications You must be signed in to change notification settings

arez/arez-browserlocation

Repository files navigation

Deprecated

Project has been merged into arez-dom


Arez-BrowserLocation

Build Status

This library provides an Arez browser component that makes the hash component of the browser location reactive.

Quick Start

The simplest way to use component;

  • add the following dependencies into the build system. i.e.
<dependency>
   <groupId>org.realityforge.arez.browserlocation</groupId>
   <artifactId>arez-browserlocation</artifactId>
   <version>0.58</version>
</dependency>
  • add the snippet <inherits name="arez.browserlocation.BrowserLocation"/> into the .gwt.xml file.

  • Use the BrowserLocation component. See the BrowserLocationExample for a basic example.

More Information

For more information about component, please see the Website. For the source code and project support please visit the GitHub project.

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 has been put in place and a Contributing document is under development.

License

The component is licensed under Apache License, Version 2.0.