We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My enviroment is composed by
rails 7 importmaps simulus turbo-links
I tried to install semantic ui on rails 7 in this way
pin "jquery", to: 'jquery.js', preload: true pin "semantic-ui", to: 'semantic-ui.js', preload: true
pin "jquery", to: 'jquery.js', preload: true
pin "semantic-ui", to: 'semantic-ui.js', preload: true
In application.js I added import "jquery"; import "semantic-ui";
import "jquery"; import "semantic-ui";
Then I run my server
I realize that css is working well but actions as dropdowns or accordions are not working
The text was updated successfully, but these errors were encountered:
You can try https://github.com/fomantic/Fomantic-UI now.
Sorry, something went wrong.
No branches or pull requests
My enviroment is composed by
rails 7
importmaps
simulus
turbo-links
I tried to install semantic ui on rails 7 in this way
pin "jquery", to: 'jquery.js', preload: true
pin "semantic-ui", to: 'semantic-ui.js', preload: true
In application.js I added
import "jquery"; import "semantic-ui";
Then I run my server
I realize that css is working well but actions as dropdowns or accordions are not working
The text was updated successfully, but these errors were encountered: