@morpheme/progress-circular
v1.0.0
Published
Morpheme Progress Circular Shell Component
Downloads
205
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