Welcome to Adix! Adix is a UI libary for JavaScript. it's Writen in Typescript. select a element,and boom! easy and simple too. also works with Angular.
the Adix Library has a object named after itself. the Adix Object can select elements with CSS selecter using the Object's functions - One and More.One can select only one element and More can select more.here's how to use with JS DOM.
Adix.One(Element);
Adix.More(Elements);