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