Sha256: 73b5e5edf611fd5279ff33ef3521608da3c0c7d98afff8fa5f618cea8bca4d60
Contents?: true
Size: 222 Bytes
Versions: 17
Compression:
Stored size: 222 Bytes
Contents
import React from 'react' import { Background } from '../..' const BackgroundWhite = () => ( <div> <Background backgroundColor="white" padding="xl" /> </div> ) export default BackgroundWhite
Version data entries
17 entries across 17 versions & 1 rubygems