| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-10 | 3.9 kB | |
| StyleXui Beta v1.0.0 source code.tar.gz | 2025-02-10 | 5.8 MB | |
| StyleXui Beta v1.0.0 source code.zip | 2025-02-10 | 5.7 MB | |
| Totals: 3 Items | 11.4 MB | 0 | |
StyleXui
A lightweight and modern CSS framework designed to streamline your development process effortlessly.
π Overview
StyleXui, also known as Style You, is a CSS framework built to enhance your workflow with pre-designed components and utility classes. Whether you're an experienced developer or just starting out, StyleXui helps you build stunning, responsive UIs with ease.
Created by Richard Gigi, co-founder of Xnyder, StyleXui was developed to tackle common design inefficiencies in modern web development.
Dive in and see how StyleXui can bring your projects to life! π¨β¨
π Features
β Responsive Design β Built with mobile-first principles to ensure seamless adaptability across all devices.
β Pre-Built Components β Buttons, modals, navigation bars, and more to save you time and effort.
β Utility-First Approach β Style elements quickly without writing custom CSS.
β Accessibility Focused β Designed with accessibility in mind to ensure usability for everyone.
π¦ Installation
1οΈβ£ Via CDN (Quickest Setup)
Add the following <link> tag to your HTML file:
:::html
<link rel="stylesheet" href="https://cdn.stylexui.com/css/xui.css" />
β Best for: Prototyping, static HTML projects, minimal dependencies.
2οΈβ£ NPM/Yarn (For Modern Frameworks)
Using NPM:
:::sh
npm install @richaadgigi/stylexui
Using Yarn:
:::sh
yarn add @richaadgigi/stylexui
Then, import it in your project:
:::js
import '@richaadgigi/stylexui';
β Best for: React, Vue, Angular, scalable projects, and version control.
3οΈβ£ Manual Download (Offline or Custom Hosting)
- Download the latest version from the [official website](https://stylexui.com/).
-
Extract the files and link the CSS in your HTML file:
:::html <link rel="stylesheet" href="path/to/xui.css" /> β Best for: Legacy systems, static projects, or custom hosting.
π§ Getting Started
Basic HTML Boilerplate
Copy and paste the following template to start using StyleXui:
:::html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My StyleXui Project</title>
<link rel="stylesheet" href="path/to/xui.css">
</head>
<body>
<div class="xui-container">
<h1>Welcome to StyleXui</h1>
<p>Build modern, responsive, and accessible UIs with ease.</p>
<button class="xui-btn xui-btn-primary">Get Started</button>
</div>
</body>
</html>
π Release Notes
πΉ Version 1.0.0 (Beta)
β Initial release of StyleXui! π
π License
StyleXui is open-source and distributed under the MIT License, ensuring flexibility for both personal and commercial use.
π Key Terms of MIT License
- β Permitted Uses: Personal, commercial, and enterprise applications. Modification, distribution, and sublicensing allowed.
- β Restrictions: No warranty or liability for damages. Must retain copyright notices.
π Third-Party Dependencies
StyleXui utilizes normalize.css v3.0.1 to ensure consistent styling across browsers. Normalize.css is also licensed under the MIT License.
For full licensing details, refer to the [MIT License documentation](https://opensource.org/licenses/MIT).
π More Information
π Official Website: [StyleXui](https://stylexui.com/)
π Support & Issues: [GitHub Issues](https://github.com/richaadgigi/stylexui/issues)
β¨ Enjoy building with StyleXui! π¨π