It's tenoxui/property

Hello, ignore this message, and use tenoxui instead :D

Install :

npm i tenoxui @tenoxui/property --save-dev import tenoxui, { use } from "tenoxui";
import property from "@tenoxui/property";

or cdn :

<script src="https://cdn.jsdelivr.net/npm/tenoxui"></script>
<script src="https://cdn.jsdelivr.net/npm/@tenoxui/property"></script>

Usage example :

<script>
  use({ property: [property] }); // use property
  tenoxui(); // init tenoxui
</script>