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
asThe HTML tag to use for the wrapper
Show exampleHide example
vue
next-keysKeys to trigger the next focusable element
Show exampleHide example
vue
prev-keysKeys to trigger the previous focusable element
Show exampleHide example
vue
Name
Type
asThe HTML tag to use for the wrapper
Show exampleHide example
vue
nextKeysKeys to trigger the next focusable element
Show exampleHide example
vue
prevKeysKeys to trigger the previous focusable element
Show exampleHide example
vue