UNPKG

ziko

Version:

A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...

7 lines (6 loc) 179 B
import { UIElement } from "ziko/src/ui/index.js"; export class Provider extends UIElement{ constructor(component){ super({ element : component.element}) } }