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