Sha256: 1726629a0eea884da9b7fea5a1a6693f74b2d583b7fbbde5b5772ca45f2fd718
Contents?: true
Size: 1.5 KB
Versions: 94
Compression:
Stored size: 1.5 KB
Contents
import React from 'react' import { Source } from '../../' 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
94 entries across 94 versions & 1 rubygems