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

1.0.0-beta.4 • Public • Published

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

Package Sidebar

Install

npm i @gits-id/app-bar

Weekly Downloads

5

Version

1.0.0-beta.4

License

MIT

Unpacked Size

58.8 kB

Total Files

26

Last publish

Collaborators

  • gravitano