Welcome!
Wellcome to TenoxUI documentation page. In this page you will learn about how to use TenoxUI CSS Framework.
About
TenoxUI is a Utility-First CSS Framework built for elevate web development by enhancing speed and efficiency by delivering various collection of utility-first class. Also, make it faster with our component library that you can use for your projects.
Installation
Add tenoxui to your project. You can install it using npm or simply attach the file hosted on CDN.
NPM
NPM installation
npm i tenoxui@latest --save-dev
CDN
<script src="https://cdn.jsdelivr.net/npm/tenoxui@latest/dist/js/tenoxui.min.js"></script>
React Environment
Install
Add TenoxUI into your react project.
npm i tenoxui --save-dev
or
npm i @tenoxui/react --save-dev
Configuration
There's no specific way to configure tenoxui CSS, just include the tenoxui
function, add some types and properties, and tenoxui is ready to use. If you need the boilerplate, see HTML Template or React Template.
Closing
Now, you can start exploring the type# and properties. Let's Gooo!!