Sha256: 96ce26489a976612f9e7253c73c4136b30c231f2e755e8d8130dd92d79047810
Contents?: true
Size: 215 Bytes
Versions: 5
Compression:
Stored size: 215 Bytes
Contents
import React from 'react' import { Background } from '../..' const BackgroundDark = (props) => ( <Background backgroundColor="dark" padding="xl" {...props} /> ) export default BackgroundDark
Version data entries
5 entries across 5 versions & 1 rubygems