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 89a33d4 commit 9338d2bCopy full SHA for 9338d2b
README.md
@@ -62,7 +62,7 @@ export default function App() {
62
| Prop | Type | Options | Description | Default |
63
| ------------- | ---------------- | -------- | ----------------------------------------- | :--------------: |
64
| `tabs` | Array of objects | Required | Array of objects for your Tabs | `-` |
65
-| `selectedTab` | Integer | Required | A stateful value holing the current Tab | `0` |
+| `selectedTab` | Integer | Required | A stateful value holding the current Tab | `0` |
66
| `onClick` | Function | Required | Function to update the current Tab | `-` |
67
| `orientation` | String | Optional | Tab orientation `horizontal` - `vertical` | `horizontal` |
68
| `className` | String | Optional | A className for custom styles | `tabs-component` |
0 commit comments