Skip to content

Instantly share code, notes, and snippets.

View movntains's full-sized avatar

Rachel Opperman movntains

View GitHub Profile
@movntains
movntains / AppModal.vue
Last active June 8, 2023 18:14
Custom Vue focus trap directive with examples
<template>
<div
v-if="name === openedModal"
v-trap="modalIsOpen"
>
<div
role="dialog"
aria-labelledby="modalTitle"
>
<button