0.1.3 • Published 2 years ago

@mikk3lro/mc-fontpicker v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

vue-fontpicker

A simple google font picker component for Vue.js. Easy to implement, easy to use.

Documentation

Documentation and live demo is available at: https://mikk3lro.github.io/vue-fontpicker/

Installing

# yarn  
yarn add @mikk3lro/mc-fontpicker
# npm
npm i @mikk3lro/mc-fontpicker

Then, import and register the component and stylesheet:

import McFontpicker from '@mikk3lro/mc-fontpicker';
import '@mikk3lro/mc-fontpicker/dist/mc-fontpicker.css';

Vue.component("McFontpicker", McFontpicker);
0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago