react-faq
v1.0.23
Published
React FAQ Dock
Downloads
13
Readme
react-faq
Made with create-react-library
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