Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "arrowtab", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Use arrow keys to \"tab\" between focusable elements", | ||
@@ -46,4 +46,5 @@ "keywords": [ | ||
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", | ||
"local-release": "changeset version && changeset publish" | ||
"local-release": "changeset version && changeset publish", | ||
"new-changeset": "changeset" | ||
} | ||
} |
# ArrowTab | ||
**ArrowTab** allows you to navigate a webpage using the arrow keys, automatically selecting the nearest focusable element. This enables fast and efficient keyboard-only navigation across the page. | ||
**ArrowTab** allows you to **navigate** a webpage **using the arrow keys**, automatically selecting the nearest focusable element. This enables fast and efficient keyboard-only navigation across the page. | ||
@@ -9,3 +9,3 @@ ArrowTab is particularly **useful for business applications**, where power users need to prioritize **high productivity**. | ||
ArrowTab's default settings work well, but they are not always a plug-and-play solution. It helps if you build your app with ArrowTab in mind. For example, aligning your focusable elements into a grid and considering the placement of your navigation. The idea is to integrate ArrowTab into your app from the beginning, not to add it as an afterthought. | ||
ArrowTab's default settings work well, but they are not always a plug-and-play solution. It helps if you **build your app with ArrowTab in mind**. For example, aligning your focusable elements into a grid and considering the placement of your navigation. The idea is to integrate ArrowTab into your app from the beginning, not to add it as an afterthought. | ||
@@ -12,0 +12,0 @@ ## Input Behavior Changes |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45078
0