We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dd14c commit 8c1a7a1Copy full SHA for 8c1a7a1
packages/uui-action-bar/README.md
@@ -39,5 +39,9 @@ The component is available via CDN. This means it can be added to your applicati
39
## Usage
40
41
```html
42
-<uui-action-bar></uui-action-bar>
+<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>
47
```
0 commit comments