@gits-id/app-bar
v1.0.0-beta.4
Published
The AppBar, also known as a Navigation Bar, is a component used to display content at the top of a page.
Downloads
48
Maintainers
Readme
GITS AppBar
The AppBar, also known as a Navigation Bar, is a component used to display content at the top of a page.
Installation
Install with your prefered package manager.
With NPM:
npm i @gits-id/alert
With Yarn:
yarn add @gits-id/alert
With PNPM:
pnpm i @gits-id/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 '@gits-id/app-bar';
// import styles
import '@gits-id/app-bar/dist/style.css';
</script>
<template>
<AppBar> Hello World </AppBar>
</template>
Documentation
View full documentation here.
License
MIT