alphabi-feedback-widget
v1.1.10
Published
AlphaBI Feedback Widget is a versatile npm package designed to seamlessly integrate a powerful feedback widget into your web applications. This intuitive widget empowers users to provide valuable feedback effortlessly, enhancing your ability to gather ins
Downloads
16
Maintainers
Keywords
Readme
AlphaBI Feedback Widget
AlphaBI Feedback Widget is a versatile npm package designed to seamlessly integrate a powerful feedback widget into your web applications. This intuitive widget empowers users to provide valuable feedback effortlessly, enhancing your ability to gather insights and improve user experience. With customizable features, including the ability to save network activity and console logs.
Features
- Feedback Submission: Allows users to submit feedback easily.
- Network Activity Capture: Captures network activity for debugging purposes.
- Console Log Saving: Saves console logs into a database for error tracking.
Run Locally
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Good to go for updates
Publish
To publish updated code run
npm publish
Guide
Make sure you updated the veersion before publishing it
Read versioning
Versioning
This package follows semantic versioning (SemVer). Each version number consists of three parts: MAJOR.MINOR.PATCH.
- MAJOR version for incompatible API changes.
- MINOR version for added functionality in a backwards-compatible manner.
- PATCH version for backwards-compatible bug fixes.
Tech Stack
React Component, Rollup, TypeScript
Usage/Examples
import Component from 'alphabi-feedback-widget'
function App() {
return <Component />
}