Use the focus loop when you want to group several elements inside a same container and make them easily focusable.
Show codeHide code
vue
Name
Type
as
The HTML tag to use for the wrapper
Show exampleHide example
vue
next-keys
Keys to trigger the next focusable element
Show exampleHide example
vue
prev-keys
Keys to trigger the previous focusable element
Show exampleHide example
vue
Name
Type
as
The HTML tag to use for the wrapper
Show exampleHide example
vue
nextKeys
Keys to trigger the next focusable element
Show exampleHide example
vue
prevKeys
Keys to trigger the previous focusable element
Show exampleHide example
vue