Skip to content

Commit

Permalink
Bring back InputGroup to the FormLayout example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Sep 29, 2023
1 parent 3a17e5b commit 1cda586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/FormLayout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ React.createElement(() => {
options={options}
value={fruit}
/>
<InputGroup label="Promo code">
<TextField label="Code" />
<Button label="Apply" color="secondary" priority="outline" />
</InputGroup>
</FormLayout>
</div>
)
Expand Down

0 comments on commit 1cda586

Please sign in to comment.