Skip to content

Commit

Permalink
read me
Browse files Browse the repository at this point in the history
  • Loading branch information
scomea committed Dec 21, 2023
1 parent e3c1b40 commit 49eb440
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web-components/fast-foundation/src/tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ export const myTabs = Tabs.compose({

#### Methods

| Name | Privacy | Description | Parameters | Return | Inherited From |
| --------- | --------- | --------------------------------------------------------------------------------- | -------------------- | ------ | -------------- |
| `setTabs` | protected | Function that is invoked whenever the selected tab or the tab collection changes. | | `void` | |
| `adjust` | public | The adjust method for FASTTabs | `adjustment: number` | `void` | |
| Name | Privacy | Description | Parameters | Return | Inherited From |
| --------- | ------- | --------------------------------------------------------------------------------- | -------------------- | ------ | -------------- |
| `setTabs` | public | Function that is invoked whenever the selected tab or the tab collection changes. | | `void` | |
| `adjust` | public | The adjust method for FASTTabs | `adjustment: number` | `void` | |

#### Events

Expand Down

0 comments on commit 49eb440

Please sign in to comment.