Morpheme Application Shell Component.
npm
npm i @morpheme/app-shell
yarn
yarn add @morpheme/app-shell
pnpm
pnpm i @morpheme/app-shell
<script setup lang="ts">
import VAppShell from '@morpheme/app-shell';
</script>
<template>
<VAppShell>
Content
</VAppShell>
</template>
Check out storybook documentation here.
MIT