Keyboard
Reach and scroll the region without a pointer.
Narrow the viewport, then use touch, a trackpad, or keyboard scrolling to reveal the overflowing content.
| Feature | Starter | Pro | Team | Enterprise |
|---|---|---|---|---|
| Projects | 3 | 20 | Unlimited | Unlimited |
| Support | Email and chat | Priority chat | Dedicated team |
import { createA11yScrollCue } from "a11y-scroll-cue";
import "a11y-scroll-cue/styles.css";
const root = document.querySelector("[data-a11y-scroll-cue]");
if (root instanceof HTMLElement) {
createA11yScrollCue(root, { regionLabel: "Wide content example" });
}
Reach and scroll the region without a pointer.
Make swipeable content discoverable.
Remove the cue automatically when content fits.
Restore plugin-added attributes during teardown.