feedbacky-erkankabil
v1.0.2
Published
Give a Feedback with Feedbacky!
Downloads
9
Maintainers
Readme
Feedbacky
Feedbacky is an npm package designed for collecting and managing user feedback.
🚀 Usage
To use Feedbacky, follow these steps:
Install the npm package in your project:
npm install feedbacky-erkankabil
Import Feedbacky into your project:
import { Feedbacky } from "feedbacky-erkankabil"; import "feedbacky-erkankabil/dist/style.css"; const MyComponent = () => { return ( <div> {/* The rest of your React component */} <Feedbacky /> </div> ); }; export default MyComponent;
✨ Demo
You can use demo to experience how Feedbacky looks and feels.
💡 Author
👤 Erkan Kabil
- Linkedin: @erkankabil
📝 License
Copyright © 2024 @erkankabil. This project is MIT licensed.