@@ -20,7 +20,7 @@ More details on each component in the following section.
## Components documentation
### sib-router & sib-route
### sib-router & sib-route
Displays a menu and handle the navigation for you.
...
...
@@ -40,7 +40,7 @@ Displays a menu and handle the navigation for you.
`<sib-router>` accepts the following attributes:
-**default-route**: The `name` attribute of the default `<sib-route>` displayed.
-**route-prefix**: If you app is not run from the root of your domain name, for instance `www.your-domain.com/some-uri`, you should set `route-prefix` to "some-uri".
-**route-prefix**: If you app is not run from the root of your domain name, for instance `www.your-domain.com/some-uri`, you should set `route-prefix` to `"some-uri"`.
-**use-hash**: If you can't rewrite the URLs on your server, you might want to set this attribute to use `location.hash` instead of `location.pathname` as URLs.