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

Readme

Keywords

Package Sidebar

Install

npm i ghost-faq

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

46.9 kB

Total Files

9

Last publish

Collaborators

  • the-ghost