@libshaun/mc-fontpicker
v1.0.1
Published
A simple google font picker component for Vue.js. Easy to implement, easy to use.
Maintainers
Readme
vue-fontpicker
A simple google font picker component for Vue.js. Easy to implement, easy to use.
This is a fork of https://github.com/Mikk3lRo/vue-fontpicker with an updated set of fonts.
Documentation
Documentation and live demo is available at: https://mikk3lro.github.io/vue-fontpicker/
Installing
# yarn
yarn add @libshaun/mc-fontpicker
# npm
npm i @libshaun/mc-fontpickerThen, import and register the component and stylesheet:
import McFontpicker from '@libshaun/mc-fontpicker';
import '@libshaun/mc-fontpicker/dist/mc-fontpicker.css';
Vue.component("McFontpicker", McFontpicker);