Sha256: eb9f4ad85e91a8c743353bbc8f84eff221335982459b363da1db90c255dff279
Contents?: true
Size: 478 Bytes
Versions: 9
Compression:
Stored size: 478 Bytes
Contents
import React from "react" import {Contact} from "../../" function 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
9 entries across 9 versions & 1 rubygems