0.0.5 • Published 10 months ago
orbitfeed v0.0.5
Orbitfeed Widget
This widget is to be used alongside Orbitfeed
How to use
- Install widget with
npm install orbitfeed
- Import the widget like so:
import { FeedbackWidget } from "orbitfeed"
- Import the css file for styling
import "orbitfeed/dist/index.css"
- Fill with right props. eg.
<FeedbackWidget userId="your_user_id_here" userEmail="coolme@mail.com" orbitId="your_orbit_id" />
- Enjoy collecting feedback!
NB: You can find your credentials in the orbit page when you create an orbit. Log in to Orbitfeed to do this!