Universeorange.com/Docs/

Priya library Function reference Global functions Attach

    ready(() => {
        let root = document.getElementById('root');
        root = attach(root);
        console.log(root);
    });

This example uses a plain javascript function and then attach priya and its functions to the element.

Element functions:

Under construction...

Last modified: 2021-06-07

© 2021 universeorange.com