3.6.0 • Published 4 months ago

@trevorism/ui-header-bar v3.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ui-header-bar

Build GitHub last commit GitHub language count GitHub top language npm

Vue based header bar component for Trevorism.com apps.

Usage

<script setup>
import { MenuBar } from "@trevorism/ui-header-bar";
</script>

<template>
    <MenuBar :local=false></MenuBar>
</template>

Assumes Vuestic, VueClickAway, and VueRouter are installed.

main.js

import { createApp } from 'vue'

import App from './App.vue'
import router from './router'


import VueClickAway from "vue3-click-away";
import { createVuestic } from 'vuestic-ui'
import 'vuestic-ui/css'

import './assets/main.css'


const app = createApp(App)
app.use(router)
app.use(VueClickAway);
app.use(createVuestic());
app.mount('#app')

Development server

npm run dev
3.6.0

4 months ago

3.5.0

5 months ago

3.4.0

5 months ago

3.3.0

12 months ago

3.2.0

12 months ago

3.1.0

1 year ago

3.0.0

1 year ago

2.2.0

1 year ago

2.0.2

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago