UNPKG

react-google-contacts

Version:

A Google Button to import user's gmail contacts

8 lines (5 loc) 242 B
import React from 'react' const ButtonContent = ({ children, icon }) => ( <span style={{ paddingRight: 10, fontWeight: 500, paddingLeft: icon ? 0 : 10, paddingTop: 10, paddingBottom: 10 }}>{children}</span> ) export default ButtonContent