umd-styles-library
    Preparing search index...
    • Composable full background style selector

      Creates full-width background styles with configurable theme options. Full backgrounds span the entire width with responsive padding.

      Parameters

      Returns JssObject

      JSS object with composed styles and appropriate className

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

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

      1.7.0