umd-styles-library
    Preparing search index...
    • 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.

      Parameters

      Returns JssObject

      JSS object with composed styles and appropriate className

      // Light theme (default)
      const styles = composeQuarter();

      // Dark theme
      const styles = composeQuarter({ theme: 'dark' });

      1.7.0