UNPKG

ghost-faq

Version:

Venue FAQ Page Package

37 lines (26 loc) 495 B
# ghost-faq A Vue.js Component for FAQ Pages ## Installation ### NPM `npm install ghost-faq --save` ### Install the Vue plugin In your main JS file first import this plugin `import GhostFAQ from 'ghost-faq'` `Vue.use(GhostFAQ)` ## Usage ```vue <ghost-faq :faqs="[]" :hasIcon="true" :multiPanel="false" textAlign="center" :color="{ title: '#000', content: '#000' }" :background="{ title: '#fff', content: '#fff' }" /> ```