@morpheme/command
v1.0.1
Published
Morpheme Command Menu Component
Downloads
239
Maintainers
Readme
Morpheme Command
Morpheme Command Palette Component.
Installation
npm
npm i @morpheme/command
yarn
yarn add @morpheme/command
pnpm
pnpm i @morpheme/command
Usage
<script setup lang="ts">
import {VCommand} from '@morpheme/command';
</script>
<template>
<VCommand />
</template>
Documentation
Check out storybook documentation here.
License
MIT