Skip to content

Commit

Permalink
Merge pull request #62 from reactioncommerce/docs-button-copy
Browse files Browse the repository at this point in the history
docs(button): add copy
  • Loading branch information
machikoyasuda authored Aug 16, 2019
2 parents c629aca + 3e38eb3 commit cb63888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/src/components/Button/Button.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Overview

Buttons allow users to take an action such as add, save, cancel or delete. Buttons should clearly and simply communicate the action that will happen when they are pressed.

```jsx noeditor
<div style={{ marginBottom: "2rem", border: "1px solid #e6e6e6", padding: "1rem"}}>
<div style={{ display: "flex", flexWrap: "wrap", justifyContent: "space-evently", marginBottom: "1rem" }}>
Expand Down

0 comments on commit cb63888

Please sign in to comment.