@morpheme/app-shell
Version:
Morpheme Application Shell Component
46 lines (30 loc) • 560 B
Markdown
# 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
```vue
<script setup lang="ts">
import VAppShell from '@morpheme/app-shell';
</script>
<template>
<VAppShell>
Content
</VAppShell>
</template>
```
## Documentation
Check out storybook documentation [here](https://gits-ui.web.app/?path=/story/components-app-shell--default).
## License
MIT