Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 630 Bytes

📖 react-zendesk-helpcenter

React library that makes it easy to render Zendesk Help Center content in your React apps.

Install

Via npm

npm install react-zendesk-helpcenter

Via Yarn

yarn add react-zendesk-helpcenter

How to use

Article

import { Article } from 'react-zendesk-helpcenter'

const ArticlePage = ({ articleId }) => {
  return <Article articleId={articleId} domain="[your Zendesk subdomain]" />
}

License

MIT © Ryan Hefner