Tab component. Essentially a wrapper around the tab button component and the tab content component. NOTE: Tab is declared as a functional component not a class component because it does not care about state or refs. Source: https://reactjs.org/docs/components-and-props.html#function-and-class-components
The properties of a Tab.
Generated using TypeDoc
Tab component. Essentially a wrapper around the tab button component and the tab content component. NOTE: Tab is declared as a functional component not a class component because it does not care about state or refs. Source: https://reactjs.org/docs/components-and-props.html#function-and-class-components