kaorun343 / vue-photonkit

Photonkit components for Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-photonkit

Photonkit components for Vue

Requirements

  • Vue.js
  • Photon

Usage

import { Icon } from 'vue-photonkit'

If you'd like to register all components globally, please do like this below.

import install from 'vue-photonkit'
// then
Vue.use(install)

Then, all components are available with ph- prefix.

See vue-play scenarios

License

MIT

Contribution welcome

About

Photonkit components for Vue


Languages

Language:JavaScript 52.9%Language:Vue 43.9%Language:HTML 3.2%