Sha256: 876e89b2cfa1932ae3ea59d3b314dff2f5ed0950598e51d61e4cf4c8a484ff54
Contents?: true
Size: 636 Bytes
Versions: 4
Compression:
Stored size: 636 Bytes
Contents
import React from "react" import {PersonContact} from "../../" function PersonContactThreePeople() { return ( <div> <PersonContact people={[ { firstName: "Pauline", lastName: "Smith", }, { firstName: "Harvey", lastName: "Walters" }, { firstName: "Bart", lastName: "Simpson" } ]} contacts={[ { contactType: "work", contactValue: "3245627482", } ]} /> </div> ) } export default PersonContactThreePeople;
Version data entries
4 entries across 4 versions & 1 rubygems