UNPKG

@toppr-engg/ask-expert

Version:

A React JS implementation of Ask Expert

25 lines (15 loc) 584 B
# Toppr Ask-Expert This is a React library which can be used for interacting with the tutors for doubt resolution of the students. To **install** the package, run the following command in the terminal _npm install @toppr-engg/ask-expert_ or _yarn add @toppr-engg/ask-expert_ ### Install the Peer Dependencies in your project _yarn add react react-dom react-redux redux redux-saga_ ```javascript import AskExpert from '@toppr-engg/ask-expert' function App() { return <AskExpert clientId={clientId} token={token} /> } ``` clientId and token are to be generated by tenant app