0.0.4 • Published 6 years ago

support-drawer-redux v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

support-drawer-redux

Build Status

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