diff --git a/package/src/components/Button/Button.md b/package/src/components/Button/Button.md index 7b4132da..3b493b6c 100644 --- a/package/src/components/Button/Button.md +++ b/package/src/components/Button/Button.md @@ -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