Sha256: a48ebf0b08e30cf1636a191e6d79a281c348ce0177e6e20644e627feb366ceb8
Contents?: true
Size: 591 Bytes
Versions: 3
Compression:
Stored size: 591 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" /> <Contact contactType="work-cell" contactValue="3245627482" /> </div> ) } export default ContactDefault
Version data entries
3 entries across 3 versions & 1 rubygems