Sha256: d8ec82829816632c74dcc9c3a0f891e7eba2d893b0f4a3608e6d9a21da017e18
Contents?: true
Size: 813 Bytes
Versions: 44
Compression:
Stored size: 813 Bytes
Contents
import React from 'react' import { Background } from '../..' const BackgroundStatus = (props) => ( <div className="pb--doc-demo-row"> <Background backgroundColor="success" padding="xl" {...props} /> <br /> <Background backgroundColor="warning" padding="xl" {...props} /> <br /> <Background backgroundColor="error" padding="xl" {...props} /> <br /> <Background backgroundColor="info" padding="xl" {...props} /> <br /> <Background backgroundColor="neutral" padding="xl" {...props} /> <br /> <Background backgroundColor="primary" padding="xl" {...props} /> </div> ) export default BackgroundStatus
Version data entries
44 entries across 44 versions & 1 rubygems