Skip to main content

Module styles

Module styles 

Source
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