ghost-faq

1.0.0 • Public • Published

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'
    }"
/>

/ghost-faq/

    Package Sidebar

    Install

    npm i ghost-faq

    Weekly Downloads

    6

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    46.9 kB

    Total Files

    9

    Last publish

    Collaborators

    • ahussien