This probably has nothing to do with this tab component and is probably basic html/css stuff.
I am using the sample code from the README.md:
<div>
<tabs>
<tab name="First tab">
First tab content
</tab>
<tab name="Second tab">
Second tab content
</tab>
<tab name="Third tab">
Third tab content
</tab>
</tabs>
</div>
When rendered in the browser, it looks like this:
The tabs function as expected. However, how do I get it to display as a row of tabs on a single line? Is this done with CSS? If there is an example of how to do this it would be appreciated.
This probably has nothing to do with this tab component and is probably basic html/css stuff.
I am using the sample code from the README.md:
When rendered in the browser, it looks like this: The tabs function as expected. However, how do I get it to display as a row of tabs on a single line? Is this done with CSS? If there is an example of how to do this it would be appreciated.