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