@moriajs/ui
v0.4.33
Published
MoriaJS UI — Toaster, modals, and component primitives for Mithril.js
Readme
@moriajs/ui
A collection of premium UI components for MoriaJS apps.
Components
- Toast: Beautiful notifications (
toast,Toaster). - Modal: Interactive modal dialogs with smooth animations.
- MoriaUI: Aggregate export for easy discovery.
Usage
import { MoriaUI } from '@moriajs/ui';
// In your Mithril component
m(MoriaUI.Modal, { title: 'Hello' }, 'World');