Skip to content

chendachao/react-faq

Repository files navigation

react-faq

Made with create-react-library

NPM && Github NPM Publish Publish Github Pages NPM JavaScript Style Guide

Install

npm install --save react-faq

Usage

import React, { Component } from 'react'

import ReactFAQ from 'react-faq';
import 'react-faq/dist/index.css';

class Example extends Component {
  render() {
    return <ReactFAQ data={data} />
  }
}

License

MIT © chendachao