diff --git a/index.html b/index.html new file mode 100644 index 0000000..f68aeb7 --- /dev/null +++ b/index.html @@ -0,0 +1,67 @@ + + + + + + + @tenoxui/property | nousantx + + + + + +
+
+

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> +
+
+
+
+ + +