📄️ xnew
It create a new unit.
📄️ xnew.nest
xnew.nest create a new element as a child of the current element.
📄️ xnew.extend
It extend the component function using another one.
📄️ xnew.timer
xnew.timer create a timer that execute a callback function for a specified time.
📄️ xnew.interval
xnew.interval create a interval function that repeatedly call a callback function for a specified time.
📄️ xnew.transition
xnew.transition execute repetitive processing for a specified period of time.
📄️ xnew.find
xnew.find find units using a component function.
📄️ xnew.context
xnew.context is for context property when you want to get properties on higher unit.
📄️ event listener
You can set some event listener using unit.on.