An open API service indexing awesome lists of open source software.

https://github.com/kaorun343/vue-photonkit

Photonkit components for Vue
https://github.com/kaorun343/vue-photonkit

photon vue

Last synced: 2 days ago
JSON representation

Photonkit components for Vue

Awesome Lists containing this project

README

          

# vue-photonkit
Photonkit components for Vue

## Requirements
* Vue.js
* Photon

## Usage

```js
import { Icon } from 'vue-photonkit'
```

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

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

Then, all components are available with `ph-` prefix.

See [vue-play scenarios](./play)

## License
MIT

## Contribution welcome