support-drawer-redux
v0.0.4
Published
An inline support tool that allows you to embed support icons in your app that open up relevant documentation inside a drawer when clicked.
Downloads
4
Maintainers
Readme
support-drawer-redux
An inline support tool that allows you to embed support icons in your app that open up relevant documentation inside a drawer when clicked.
Requirements
Installation
npm install react-inline-support
Configuration
Most of the actions and all the reducers are written for you,
but you will need to create one action along with a custom container
for the SupportIcon
.
Most implementations will be really simple and you can use the example app (coming soon) for reference.
Required Actions
fetchSupportItem
Required Containers
SupportIcon