@morpheme/app-bar
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.7 • Public • Published

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

Package Sidebar

Install

npm i @morpheme/app-bar

Weekly Downloads

255

Version

1.0.0-rc.7

License

MIT

Unpacked Size

52.2 kB

Total Files

26

Last publish

Collaborators

  • gravitano