1.0.2 • Published 2 years ago

feedbacky-erkankabil v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago