Welcome

Welcome to the path-router library documentation.

Note: Documentation for the path-router custom element has not been completed.

The <path-router> element allows developers to show and hide sections of html contained in "routes" which can either be defined using <route-page> or route-dialog child elements.

The element is designed to provide simple navigation for HTML content.

Routing is done by matching the the <path-router> element's path attribute to one of its child route's path attributes.

Matching path values can be as simple as exact string matches. Routing can be done without any type of dynamic content.

The <path-router> element does, however, account for dynamic content allowing complex matching that uses common string patterns for variables.

Use the Documents menu to navigate to a specific feature's documentation.

Documentation for other versions can be found in the Versions dropdown.

Documentation Versioning

Documentation's versioning reflects the latest released build version at the time the documentation was published. It may not reflect the latest version of the library, but all documents should still apply to it.

Please report any discrepencies between the documentation and the latest version to the library's maintainer.