Sha256: f1610c3816b78bc07358b7cdabaa90ff7d19341b58d3e6da2e19ac5fa70ba094
Contents?: true
Size: 1.03 KB
Versions: 1065
Compression:
Stored size: 1.03 KB
Contents
import React from 'react' import { LabelValue } from '../../' 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
1,065 entries across 1,065 versions & 2 rubygems