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