feedbacky-erkankabil
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Feedbacky

Feedbacky is an npm package designed for collecting and managing user feedback.

🚀 Usage

To use Feedbacky, follow these steps:

  1. Install the npm package in your project:

    npm install feedbacky-erkankabil
  2. 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

📝 License

Copyright © 2024 @erkankabil.
This project is MIT licensed.

/feedbacky-erkankabil/

    Package Sidebar

    Install

    npm i feedbacky-erkankabil

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.06 MB

    Total Files

    24

    Last publish

    Collaborators

    • erkankabil