@morpheme/modal
v1.0.1
Published
Morpheme Modal Component
Readme
Morpheme Modal
Vue modal component. Based on @headlessui/vue dialog.
Installation
npm
npm i @morpheme/modalyarn
yarn add @morpheme/modalpnpm
pnpm i @morpheme/modalBasic Usage
<script setup lang="ts">
import VModal from '@morpheme/modal';
import '@morpheme/modal/dist/style.css';
</script>
<template>
<VModal>
<template #activator="{open}">
<v-btn @click="open">Click Me</v-btn>
</template>
Lorem ipsum dolor sit amet
</VModal>
</template>Documentation
View full documentation here.
License
MIT
