Expand description
§Responsive Design System Module
This module provides a comprehensive responsive design system for tailwind-rs. It’s organized into focused sub-modules for better maintainability:
breakpoints- Breakpoint definitions and utilitiesstates- State definitions for pseudo-classesresponsive_values- Responsive value handlingresponsive_config- Configuration managementresponsive_builder- Builder pattern for responsive classesflexbox- Flexbox-specific responsive utilitiesgrid- Grid-specific responsive utilities
Re-exports§
pub use breakpoints::Breakpoint;pub use states::State;pub use responsive_values::ResponsiveValue;pub use responsive_config::ResponsiveConfig;pub use responsive_config::Responsive;pub use responsive_builder::ResponsiveBuilder;pub use flexbox::FlexDirection;pub use flexbox::FlexWrap;pub use flexbox::JustifyContent;pub use flexbox::AlignItems;pub use flexbox::ResponsiveFlex;pub use grid::ResponsiveGrid;
Modules§
- breakpoints
- Breakpoint Definitions and Utilities
- flexbox
- Flexbox Responsive Utilities
- grid
- Grid Responsive Utilities
- responsive_
builder - Responsive Builder Pattern
- responsive_
config - Responsive Configuration Management
- responsive_
values - Responsive Value Handling
- states
- State Definitions for Pseudo-classes
- utils
- Utility functions for responsive design
Functions§
- create_
responsive_ builder - Create a new responsive builder
- create_
responsive_ config - Create a new responsive configuration with default settings
- create_
responsive_ flex - Create a new responsive flex container
- create_
responsive_ grid - Create a new responsive grid container