1.0.2 ā€¢ Published 5 months ago

feedbacky-erkankabil v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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.

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago