Repository URL to install this package:
|
Version:
2.1.12 ▾
|
import { styled } from 'styleh-components'
import { Image } from '@skava/ui/dist/components/atoms/Image'
const RenderWrapper = styled.section `
position: relative;
`
const ProductImageSection = styled(Image) `
background-color: #ccc;
width: auto;
height: 250px;
overflow: hidden;
padding: 5px;
`
export { RenderWrapper, ProductImageSection }