vue-skip-to icon indicating copy to clipboard operation
vue-skip-to copied to clipboard

It helps people who only use the keyboard to jump to what matters most.

Results 2 vue-skip-to issues
Sort by recently updated
recently updated
newest added

This plugin is preventing input autofocus. How to reproduce: 1. Implement **vue-skip-to** 2. Add the `autofocus` property to an input field. 3. Browse to the page with the input field...

These changes enable support for using `` to target elements with non-ID selectors. If the `to` prop passed does not start with a '#', a button will be rendered with...