Sha256: f64c18187472b0849d7db4da986d31d45161ce9f5069996838618366b85d739a
Contents?: true
Size: 218 Bytes
Versions: 1065
Compression:
Stored size: 218 Bytes
Contents
import React from 'react' import { Background } from '../..' const BackgroundLight = (props) => ( <Background backgroundColor="light" padding="xl" {...props} /> ) export default BackgroundLight
Version data entries
1,065 entries across 1,065 versions & 2 rubygems