react-tab-component-pure-js
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-tab-component-pure-js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -60,3 +60,5 @@ # react-tab-component-pure-js | ||
### tabList: An array of objects representing each tab. Each object should have: | ||
- name: The name of the tab. | ||
- tabList: An array of objects representing each tab. Each object should have: | ||
- name: The name of the tab. | ||
- Component: The component to render when the tab is selected. | ||
- Component: The component to render when the tab is selected. | ||
@@ -63,0 +65,0 @@ - currentTabIndex: The index of the currently selected tab. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5522
106