vue-photonkit
v1.2.3
Published
Photonkit components for Vue
Downloads
4
Readme
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.
License
MIT