Sha256: 293977213801d3a7fa9e541a47b27cf11c4cb1599ed5c3714b120e61fec506dd
Contents?: true
Size: 497 Bytes
Versions: 35
Compression:
Stored size: 497 Bytes
Contents
import React from 'react' import { Contact } from '../../' const ContactDefault = () => { return ( <div> <Contact contactType="cell" contactValue="349-185-9988" /> <Contact contactValue="5555555555" /> <Contact contactType="email" contactValue="email@example.com" /> <Contact contactType="work" contactValue="3245627482" /> </div> ) } export default ContactDefault
Version data entries
35 entries across 35 versions & 1 rubygems