Packages
A MultiSelect component for Phoenix LiveView
Current section
Files
Jump to
Current section
Files
example/assets/js/hooks/index.js
import MultiSelectHook from "./multi-select-hook"
import ThemeChangerHook from "./theme-changer-hook"
export default {
MultiSelectHook,
ThemeChangerHook,
};