-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: JS plugin is not working #2
Comments
Hi @chintanbanugaria
Thank you for your support in helping us improve FlyonUI! We’ve received your submission and will respond within few business days. Our team handles issues one at a time, and we’ll be reviewing yours as soon as possible. In the meantime, any additional details or a reproducible example would be greatly appreciated and will help us resolve the issue more efficiently. Thank you for your patience and understanding! |
Hello @chintanbanugaria, Apologies for the inconvenience caused earlier; the issue was on our end. We've gone ahead and updated the documentation to provide clearer guidance. You can now follow the instructions in the Quickstart guide to get FlyonUI up and running smoothly, whether you're using Webpack, Parcel, or other bundling tools. To properly import the JavaScript in your project, please use the following import statement in your import "flyonui/flyonui"; This step is all you need to integrate the JS. Additionally, we’ve included a zip file below for further reference. You can check the files inside for more examples or clarification. If you have any further questions or need additional assistance, don't hesitate to reach out! We're here to help. Regards |
Thanks for getting back. I tried your suggestion but somehow accordian is not working. I added |
We’ve provided you with the zip file that includes FlyonUI integrated into Laravel. Have you had a chance to check it out? |
Yes actually I did. I copied the same changes to my app and still its not working. May be I missed something. I will check again by EoD today and get back to you. Thanks for catching up on this. |
There was an issue with my |
What version of FlyonUI are you using?
1.0.2
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
http://localhost (I dont have actual url)
Describe your issue
I tried to install UI kit in a blank laravel project (No other UI Kits Install). I followed all the steps as described in documentation but somehow the JS functionalities are not working. Here is my files:
app.js
tailwind.config.js
application.blade.php
vite.config.js
When I run
npm run dev
I do get something like this:Let me know what am I missing here.
P.S. First Issue on the repo !!! ✨.
The text was updated successfully, but these errors were encountered: