chore(): update readme

This commit is contained in:
Manu Mtz.-Almeida
2018-10-08 15:44:51 -05:00
parent b4a73ad760
commit 4036db5480
42 changed files with 1966 additions and 215 deletions

View File

@ -40,9 +40,15 @@ See the [Tabs API Docs](../Tabs/) for more details on configuring Tabs.
## Methods
| Method | Description |
| ----------- | ------------------------------------ |
| `setActive` | Set the active component for the tab |
### `setActive() => Promise<void>`
Set the active component for the tab
#### Returns
Type: `Promise<void>`
----------------------------------------------