umd-styles-library
    Preparing search index...

    Function composeWrapper

    • Composable image wrapper style selector

      Creates image wrapper styles with configurable scaling options. Wrappers provide container styles with animation and sign overlay support.

      Parameters

      • Optionaloptions: WrapperOptions

        Configuration object for style variants

      Returns JssObject

      JSS object with composed styles and appropriate className

      // Basic wrapper without scaling
      const styles = composeWrapper();

      // Wrapper with scaled image behavior
      const styles = composeWrapper({ scaled: true });

      1.7.0