Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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 }