Skip to content

Latest commit

 

History

History

progress-circlular

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