Skip to content

Commit

Permalink
chore: build argh
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo committed Mar 24, 2023
1 parent 077d608 commit 3bbd983
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/components/src/components/tab-header/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@
| ----------- | ------------ | ------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `autoFocus` | `auto-focus` | (optional) autoFocus | `boolean` | `undefined` |
| `disabled` | `disabled` | True for a disabled Tabnavigation | `boolean` | `false` |
| `selected` | `selected` | | `boolean` | `undefined` |
| `selected` | `selected` | (optional) Whether the tab is selected | `boolean` | `undefined` |
| `size` | `size` | (optional) size | `"large" \| "small"` | `'small'` |
| `small` | `small` | <span style="color:red">**[DEPRECATED]**</span> - size should replace small<br/><br/> | `boolean` | `false` |
| `styles` | `styles` | (optional) Injected CSS styles | `string` | `undefined` |


## Events

| Event | Description | Type |
| -------------- | ----------- | ------------------ |
| `scale-select` | | `CustomEvent<any>` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*

0 comments on commit 3bbd983

Please sign in to comment.