@sudobee/stencil-router
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

npm

Stencil Router

A simple router, inspired by React Router v4, for Stencil apps and vanilla Web Component apps.

<stencil-router>
  <stencil-route-switch scrollTopOffset={0}>
    <stencil-route url="/" component="landing-page" exact={true} />
    <stencil-route url="/demos" component="demos-page" />
    <stencil-route url="/other" component="other-page" />
    <stencil-route component="page-not-found" />
  </stencil-route-switch>
</stencil-router>

Included components and all other information can be found in our wiki.

Readme

Keywords

none

Package Sidebar

Install

npm i @sudobee/stencil-router

Weekly Downloads

0

Version

1.0.2

License

none

Unpacked Size

1.1 MB

Total Files

162

Last publish

Collaborators

  • dohxis
  • luksys