vuetify-kbar 0.1.0-next.15
Install from the command line:
Learn more about npm packages
$ npm install @socheatsok78/vuetify-kbar@0.1.0-next.15
Install via package.json:
"@socheatsok78/vuetify-kbar": "0.1.0-next.15"
About this version
A simple plug-n-play cmd+k interface for Vuetify.
⚠️ ⚠️ This project is currently is in work-in-progress stage.
Install
$ npm install @socheatsok78/vuetify-kbar@next
# or
$ yarn add @socheatsok78/vuetify-kbar@next
Usage
<template>
<v-app id="app">
<v-kbar :actions="actions" />
</v-app>
</template>
<script>
import { mdiClipboard } from '@mdi/js'
const actions = [
{
id: 'blog',
name: 'Blog',
description: '',
shortcut: ['b'],
keywords: 'writing words',
perform: () => (window.location.pathname = 'blog')
},
{
id: 'contact',
name: 'Contact',
shortcut: ['c'],
keywords: 'email',
perform: () => (window.location.pathname = 'contact')
}
]
export default {
name: 'App',
components: {
VKbar
},
data: () => ({
actions: actions
})
}
</script>
This project was created using @vue/cli
service.
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint
Details
- vuetify-kbar
- socheatsok78
- almost 3 years ago
- MIT
- 33 dependencies
Assets
- vuetify-kbar-0.1.0-next.15-npm.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0