1.0.5 • Published 11 months ago
@eventstore-ui/router v1.0.5
@eventstore-ui/router
Stencil router using only Functional Components.
Install
Add to your project
yarn add @eventstore-ui/router
Also, include the peer dependencies:
yarn add @eventstore-ui/utils
Usage within a stencil project
Initialize the router with your options, in the componentWillLoad
of the root component.
import { router } from '@eventstore-ui/router';
@Component({
tag: 'ui-root',
styleUrl: 'root.css',
})
export class Root {
componentWillLoad() {
router.init({
titleSuffix: ' - Event Store',
});
}
}
Import the functional components directly, and use them within your components:
import { Link } from '@eventstore-ui/router';
1.0.5
11 months ago
1.0.4
11 months ago
1.0.3
1 year ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.4
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.0-rc.1
2 years ago
0.1.1
2 years ago
0.1.3
2 years ago
0.1.0-alpha.16
3 years ago
0.1.0-alpha.15
3 years ago
0.1.0-alpha.17
3 years ago
0.1.0-alpha.12
3 years ago
0.1.0-alpha.11
3 years ago
0.1.0-alpha.14
3 years ago
0.1.0-alpha.13
3 years ago
0.1.0-alpha.10
3 years ago
0.1.0-alpha.9
3 years ago