Skip to content

rycid/discord-webhook-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 

Discord Webhook Feedback

Github top language Github language count Repository size License Github issues

🚧 Discord Webhook Feedback 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

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.

✨ Features

✔️ Simple to set up and use
✔️ Customizable
✔️ Easy to integrate into any web app

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Node installed.

🏁 Starting

Install Package

npm i discord-webhook-feedback

OR

yarn add discord-webhook-feedback

Use Package in your React App

import { Feedback } from 'discord-webhook-feedback';

Import and use the component in your app

 <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
  />
  

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Imagined with 🌌 by @rycid

 

Back to top

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published