Skip to content

Instantly share code, notes, and snippets.

@nicholasess
Created July 2, 2018 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicholasess/560c6fbf79b68f85ec83fcc4be715c54 to your computer and use it in GitHub Desktop.
Save nicholasess/560c6fbf79b68f85ec83fcc4be715c54 to your computer and use it in GitHub Desktop.
Button.propTypes = {
/** type of button */
type: pT.string,
/** change button to outline */
outline: pT.bool,
/** change button to rounded */
rounded: pT.bool
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment