dioxus-element-plug 0.2.0

Element UI components for Dioxus applications with pure Rust styling system
Documentation
# Rust
/target
**/*.rs.bk

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Build artifacts
dist/

# Cache files
.cache/

# Example build artifacts
/examples/*/target/

# Environment variables
.env
.env.*