@morpheme/app-shell
v1.0.1
Published
Morpheme Application Shell Component
Maintainers
Readme
Morpheme AppShell
Morpheme Application Shell Component.
Installation
npm
npm i @morpheme/app-shellyarn
yarn add @morpheme/app-shellpnpm
pnpm i @morpheme/app-shellUsage
<script setup lang="ts">
import VAppShell from '@morpheme/app-shell';
</script>
<template>
<VAppShell>
Content
</VAppShell>
</template>Documentation
Check out storybook documentation here.
License
MIT
