@morpheme/app-bar
v1.0.1
Published
Morpheme AppBar is a Vue component used to display content at the top of a page.
Downloads
385
Maintainers
Readme
Morpheme AppBar
Morpheme AppBar is a Vue component used to display content at the top of a page.
Installation
Install with your prefered package manager.
With NPM:
npm i @morpheme/alert
With Yarn:
yarn add @morpheme/alert
With PNPM:
pnpm i @morpheme/alert
Usage
To use the component, you can simply include it in your template like this:
<script setup lang="ts">
// import component
import AppBar from '@morpheme/app-bar';
// import styles
import '@morpheme/app-bar/dist/style.css';
</script>
<template>
<AppBar> Hello World </AppBar>
</template>
Documentation
View full documentation here.
License
MIT