Calling components without RubyUI module #308
-
|
Hey, I am currently looking into using RubyUI and I've started watching this introduction video. In the video, we can see how RubyUI components are rendered in a Phlex view by simply calling them without the Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @dmarcoux, not sure if you've figured this out already, but that works because RubyUI adds some custom configuration to Rails autoload and uses Take a look at the |
Beta Was this translation helpful? Give feedback.
Hey @dmarcoux, not sure if you've figured this out already, but that works because RubyUI adds some custom configuration to Rails autoload and uses
Phlex::Kit.Take a look at the
config/initializers/ruby_ui.rbfile and the official Phlex docs https://www.phlex.fun/components/kits.