| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-02 | 2.5 kB | |
| StyleXui v1.1.0_ Lighter, Faster, and Flexible Layouts source code.tar.gz | 2025-11-02 | 189.7 kB | |
| StyleXui v1.1.0_ Lighter, Faster, and Flexible Layouts source code.zip | 2025-11-02 | 201.3 kB | |
| Totals: 3 Items | 393.5 kB | 0 | |
This release is a major step toward optimizing StyleXui for speed and giving developers granular control over layout, making it the fastest utility framework in its class!
⚙️ Performance & Build Optimization
- ⚡️ Massive Package Size Reduction: The core font folder (approx. 8MB) has been removed from the distribution. StyleXui now defaults to system fonts, allowing developers to import and optimize custom fonts themselves, resulting in a significantly faster download and build process.
- 🖼️ Asset Cleanup: Included assets and images have been optimized, further reducing the package size.
- 💨 JavaScript Minification: Added a build step to compress and minify
xui.jsintoxui.min.js, ensuring faster load times in production.
✨ New Utilities & Feature Enhancements
- 📦 New Flexbox Utility Scale (
xui-flex-*): Introduced a powerful, simplified scale for the CSSflexshorthand, replacing the need to use separate grow/shrink classes for common use cases..xui-flex-1through.xui-flex-5for controlling the element's growth factor (e.g.,flex: 2 1 0%).
- 📐 Comprehensive Flex Basis Utilities: Added individual utilities for the
flex-basisproperty, giving users full control over the initial size of flex items.- Classes like
.xui-basis-0,.xui-basis-auto, and fractional basis values like.xui-basis-1/2.
- Classes like
- 📏 Modern Gap Utilities (Grid & Flex): Replaced the deprecated
grid-gapwith the unifiedgapproperty, which now works for both Flexbox and CSS Grid layouts.- New classes include
.xui-gap-*,.xui-row-gap-*, and.xui-col-gap-*.
- New classes include
- 🌎 Enhanced Container Logic: The core
.xui-containerclass has been updated to includemax-widthat responsive breakpoints and is now centered, implementing the modern standard for fluid, readable content on all screen sizes.
Next Steps!
We're so excited for you to try out this significantly lighter and more powerful version! You can install the new package via npm now.
- Check out the new features on GitHub: https://github.com/richaadgigi/stylexui