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 Oct 2, 2023
1 parent 26cacd3 commit fac60f3
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 fac60f3

Please sign in to comment.