Composable image wrapper style selector
Creates image wrapper styles with configurable scaling options. Wrappers provide container styles with animation and sign overlay support.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Basic wrapper without scalingconst styles = composeWrapper();// Wrapper with scaled image behaviorconst styles = composeWrapper({ scaled: true }); Copy
// Basic wrapper without scalingconst styles = composeWrapper();// Wrapper with scaled image behaviorconst styles = composeWrapper({ scaled: true });
1.7.0
Composable image wrapper style selector
Creates image wrapper styles with configurable scaling options. Wrappers provide container styles with animation and sign overlay support.