UNPKG

@knadh/oat

Version:

Ultra-lightweight, zero dependency, semantic HTML/CSS/JS UI library

13 lines (11 loc) 321 B
import './base.js'; import './tabs.js'; import './dropdown.js'; import './tooltip.js'; import './sidebar.js'; import { toast, toastEl, toastClear } from './toast.js'; // Register the global window.ot.* APIs. const ot = window.ot || (window.ot = {}); ot.toast = toast; ot.toast.el = toastEl; ot.toast.clear = toastClear;