How to install on rails 7 ?
abner01061998 opened this issue · 1 comments
abner01061998 commented
My enviroment is composed by
rails 7
importmaps
simulus
turbo-links
I tried to install semantic ui on rails 7 in this way
- Installing the gem
- Installing Jquery-rails gem
- Inside importmap file I added
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
doabit commented
You can try https://github.com/fomantic/Fomantic-UI now.