Composable full background style selector
Creates full-width background styles with configurable theme options. Full backgrounds span the entire width with responsive padding.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Light theme (default)const styles = composeFull();// Dark themeconst styles = composeFull({ theme: 'dark' }); Copy
// Light theme (default)const styles = composeFull();// Dark themeconst styles = composeFull({ theme: 'dark' });
1.7.0
Composable full background style selector
Creates full-width background styles with configurable theme options. Full backgrounds span the entire width with responsive padding.