All Questions
3 questions
0
votes
1
answer
433
views
materialize-css and rails 6- dropdown does not work
I always have this error:
jquery.js:3428 Uncaught TypeError: $(...).dropdown is not a function
This my rails 6 code:
*app/javascript/packs/application.js:
window.jQuery = $;
window.$ = $;
import ...
3
votes
1
answer
534
views
Change $primary-color for materialize in Rails 6 project
I just got finished adding Materialize CSS to my Rails 6 project using this great guide:
https://medium.com/@guilhermepejon/how-to-install-materialize-css-in-rails-6-0-0-beta2-using-webpack-...
0
votes
0
answers
103
views
Rail6-Webpack jQuery configuration for materialize navbar Dropdown working 0
Rail6-Webpack jQuery configuration for navbar Dropdown working
0
Ferran · Lecture 42 · a minute ago
Rails version 6.0.2.2
Ruby version ruby 2.7.1
app/javascript/packs/...