Skip to content

Commit

Permalink
docs: add missing InputGroupText in InputGroupOverview example (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkrist authored and TheSharpieOne committed Jun 28, 2019
1 parent 0736f80 commit 31e3f87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/lib/examples/InputGroupOverview.js
Expand Up @@ -20,7 +20,9 @@ const Example = (props) => {
<br />
<InputGroup>
<Input placeholder="username" />
<InputGroupAddon addonType="append">@example.com</InputGroupAddon>
<InputGroupAddon addonType="append">
<InputGroupText>@example.com</InputGroupText>
</InputGroupAddon>
</InputGroup>
<br />
<InputGroup>
Expand Down

0 comments on commit 31e3f87

Please sign in to comment.