Packages

A toolkit to build beautiful, accessible components for Phoenix using Tailwind and Zag.

Current section

Files

Jump to
turboprop hooks index.js
Raw

hooks/index.js

import { Dialog } from "./dialog";
import { Menu } from "./menu";
const Hooks = {
Dialog: Dialog,
Menu: Menu,
};
export { Dialog, Menu, Hooks };