The basic React tabs example uses the variant="tabs"
props to generate a tabbed interface.
If you don’t provide the variant
prop, the component will default to a basic style.
Take that same code, but use variant="pills"
instead:
Take that same code, but use variant="underline"
instead:
Take that same code, but use variant="underline-border"
instead: