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