@aaronshaf/html-router
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -11,0 +11,0 @@ "repository": { |
Drop-in router. | ||
## Quick start | ||
## Usage | ||
### Hash router | ||
Renders first match. | ||
```html | ||
@@ -37,2 +39,4 @@ <script src="https://unpkg.com/@aaronshaf/html-router@0/hash.js" type="module"></script> | ||
Renders first match. | ||
```html | ||
@@ -39,0 +43,0 @@ <script src="https://unpkg.com/@aaronshaf/html-router@0/pathname.js" type="module"></script> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13990
91