Composable quarter background style selector
Creates quarter-width background styles with configurable theme options. Quarter backgrounds cover 75% of the container width on larger screens.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Light theme (default)const styles = composeQuarter();// Dark themeconst styles = composeQuarter({ theme: 'dark' }); Copy
// Light theme (default)const styles = composeQuarter();// Dark themeconst styles = composeQuarter({ theme: 'dark' });
1.7.0
Composable quarter background style selector
Creates quarter-width background styles with configurable theme options. Quarter backgrounds cover 75% of the container width on larger screens.