1.0.0 • Published 4 years ago

ghost-faq v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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

<ghost-faq
    :faqs="[]"
    :hasIcon="true"
    :multiPanel="false"
    textAlign="center"
    :color="{
        title: '#000',
        content: '#000'
    }"
    :background="{
        title: '#fff',
        content: '#fff'
    }"
/>