@globalart/vue-vkui

4.0.0-alpha.1 • Public • Published

VueJS VKUI

This UI is currently under development, documentation will be later

Installation and usage

$ yarn add @globalart/vue-vkui
# or
$ npm install @globalart/vue-vkui

Usage

Import everything

The minified stylesheet is roughly 200kb (~30kb gzipped). If this worries you, please see below how to import only the components you require for a smaller bundle.

// Wherever your Vue entrypoint is.
import VK from '@globalart/vue-vkui'
import '@globalart/vue-vkui/dist/vue-vkui.css'

Vue.use(VK, {
    theme: 'bright_light', // bright_light, space_gray. Default: bright_light
    platform: 'android' // ios, android.
})

Readme

Keywords

Package Sidebar

Install

npm i @globalart/vue-vkui

Weekly Downloads

2

Version

4.0.0-alpha.1

License

MIT

Unpacked Size

3.55 MB

Total Files

1173

Last publish

Collaborators

  • global-art