Sha256: 1158403f246a2e72a3183729c8c50e062f1b063cd93a347673a505edcc4388a0
Contents?: true
Size: 1.5 KB
Versions: 1644
Compression:
Stored size: 1.5 KB
Contents
import React from 'react' import Source from '../_source' const SourceTypes = (props) => ( <> <Source source="BJ's Johnston-208" type="retail" {...props} /> <br /> <br /> <Source source="Referral-phrg" type="inbound" {...props} /> <br /> <br /> <Source source="B.B.B. Outbound" type="outbound" {...props} /> <br /> <br /> <Source source="Contractor.com" type="prospecting" {...props} /> <br /> <br /> <Source source="Beards, Beers and Brats" type="events" {...props} /> <br /> <br /> <Source source="BJ's Johnston-208" type="referral" {...props} /> <br /> <br /> <Source source="Employee Referral" type="referral" user={ { name: 'Anna Black', image: { url: 'https://randomuser.me/api/portraits/women/44.jpg', }, userId: '48582', } } {...props} /> <br /> <br /> <Source source="BJ's Future CB" type="user" user={ { name: 'Anna Black', image: { url: 'https://randomuser.me/api/portraits/women/44.jpg', }, userId: '48582', } } {...props} /> </> ) export default SourceTypes
Version data entries
1,644 entries across 1,644 versions & 2 rubygems