Skip to content

Commit 8c1a7a1

Browse files
committed
update readme example
1 parent 20dd14c commit 8c1a7a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/uui-action-bar/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,9 @@ The component is available via CDN. This means it can be added to your applicati
3939
## Usage
4040

4141
```html
42-
<uui-action-bar></uui-action-bar>
42+
<uui-action-bar>
43+
<uui-button type="button" look="secondary">Button 1</uui-button>
44+
<uui-button type="button" look="secondary">Button 2</uui-button>
45+
<uui-button type="button" look="secondary">Button 3</uui-button>
46+
</uui-action-bar>
4347
```

0 commit comments

Comments
 (0)