PhlexUI / PhlexUI-web

Phlex components for your Rails app
https://www.phlexui.com
32 stars 10 forks source link

add combobox and rbui v1 #94

Closed iseth closed 1 month ago

iseth commented 1 month ago

this adds the combobox component and rbui gem and js package v1 alpha. This PR can be used as a reference on how to add the js to the phlex_ui / rbui mono-repo.

image

also add all available components and js controllers

image
iseth commented 1 month ago

tests should be passing when https://github.com/PhlexUI/phlex_ui/pull/73 gets merged

iseth commented 1 month ago

also maybe you could take a look at why the component breaks when I comment out the phlex_ui in the application.js file. It seems like it has to do with the setFloatingElement() func.