Expand description
Modular Element Plus style system (SCSS to Rust converted)
§Styles Module - Modular Element Plus Style System
This module organizes the complete Element Plus style system into modular, maintainable files instead of a single large generated_styles.rs.
The system includes:
- CSS class constants for all components
- Component CSS generation functions
- Theme system and variables
- Utility classes and helpers
Modules§
- borders
- Border System
- colors
- Color System
- component_
classes - Component CSS Class Constants
- core
- Core Style System
- css_
snippets - CSS Snippets
- enhanced_
css_ system - Complete CSS system for Element Plus Dioxus components This module provides comprehensive CSS styles for all 114 Element Plus components
- enhanced_
output - Enhanced Output
- prelude
- Prelude module for easy importing of all style constants and functions Prelude for complete Element Plus style system
- shadows
- Shadow System
- simple_
css_ generation - Simple CSS generation functions - Now Enhanced! This module provides access to the complete Element Plus CSS system
- spacing
- Spacing System
- theme
- Theme System
- typography
- Typography System
- utilities
- Utility Classes
- z_index
- Z-Index System