Sha256: 958a99e1e94ac090d3692c7f40f59287d13bb1e7a56612d3f019c3dbfdc3b303
Contents?: true
Size: 1.04 KB
Versions: 673
Compression:
Stored size: 1.04 KB
Contents
import React from 'react' import { LabelValue } from 'playbook-ui' const LabelValueDetails = (props) => { return ( <div> <LabelValue icon="truck" label="Installer" title="JD Installations LLC" variant="details" {...props} /> <br /> <LabelValue description="33-12345" icon="home" label="Project" title="Jefferson-Smith" variant="details" {...props} /> <br /> <LabelValue date={new Date('18 Nov 2019')} description="33-12345" icon="home" label="Project" title="Jefferson-Smith" variant="details" {...props} /> <br /> <LabelValue active date={new Date('18 Nov 2019')} description="33-12345" icon="home" label="Project" title="Jefferson-Smith" variant="details" {...props} /> </div> ) } export default LabelValueDetails
Version data entries
673 entries across 673 versions & 2 rubygems