File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default function App() {
62
62
| Prop | Type | Options | Description | Default |
63
63
| ------------- | ---------------- | -------- | ----------------------------------------- | :--------------: |
64
64
| ` tabs` | Array of objects | Required | Array of objects for your Tabs | ` - ` |
65
- | ` selectedTab` | Integer | Required | A stateful value holing the current Tab | ` 0 ` |
65
+ | ` selectedTab` | Integer | Required | A stateful value holding the current Tab | ` 0 ` |
66
66
| ` onClick` | Function | Required | Function to update the current Tab | ` - ` |
67
67
| ` orientation` | String | Optional | Tab orientation ` horizontal` - ` vertical` | ` horizontal` |
68
68
| ` className` | String | Optional | A className for custom styles | ` tabs- component` |
You can’t perform that action at this time.
0 commit comments