Skip to content

Commit

Permalink
Add <Button></Button> tags back into the Button README
Browse files Browse the repository at this point in the history
These were removed erroneously in #14194.
  • Loading branch information
kjellr committed Apr 12, 2019
1 parent 5777dbb commit 2402f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Renders a button with default style.
import { Button } from "@wordpress/components";

const MyButton = () => (

Click me!

<Button isDefault>
Click me!
</Button>
);
```

Expand Down

0 comments on commit 2402f21

Please sign in to comment.