UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

12 lines (11 loc) 215 B
import { Base } from "../Base/Base.js"; export function Outlet() { return Base({ style: { display: "contents" }, dataset: { "router": "outlet" } }); }