About | Features | Technologies | Requirements | Starting | License | Author
Have a web app that you'd like to get feedback on? This component allows users to send feedback to a Discord (or any other) webhook.
✔️ Simple to set up and use
✔️ Customizable
✔️ Easy to integrate into any web app
The following tools were used in this project:
Before starting 🏁, you need to have Node installed.
npm i discord-webhook-feedback
OR
yarn add discord-webhook-feedback
import { Feedback } from 'discord-webhook-feedback';
<Feedback
webhookUrl=YOUR_WEBHOOK_URL
options=[OPTIONS]
title=YOUR_TITLE
description=YOUR_DESCRIPTION
placeholder=YOUR_PLACEHOLDER
submitButtonText=SUBMIT_BUTTON_TEXT
successMessage=SUCCESS_MESSAGE
errorMessage=ERROR_MESSAGE
/>
This project is under license from MIT. For more details, see the LICENSE file.
Imagined with 🌌 by @rycid