Tabs
This component can help you create a tabbed interface to show related information more efficiently. Use it when there are different ways of getting the same thing done:
- Dashboard / API / Terraform
- Different code syntax styles
- Account-level vs zone-level navigation
- GRE / IPsec tunnels
If you have tabs that follow a particular pattern (Dashboard / API / Terraform), add a syncKey
parameter that includes a string
value.
We use the following syncKey
values in our docs:
dashPlusAPI
: Dashboard / API / TerraformworkersExamples
: For different code language tabs in the Workers docs (JavaScript, TypeScript, Python, Rust)
Will synchronize with:
Dash instructions
API instructions