Skip to main content

Tabs

Flat underline style: a border-bottom indicator, brand color on the active tab, no background fill.

Package manager

npm install cosmos-docusaurus-theme

Dark / light palette reference

The Void palette uses Tailwind gray-950/900/800 blacks, with no blue tint.

--ifm-background-color: #030712; /* gray-950 */
--ifm-background-surface-color: #111827; /* gray-900 */
--ifm-font-color-base: #e5e5e5;
--ifm-toc-border-color: #1f2937; /* gray-800 */

With code comparison

// docusaurus.config.js
export default {
themes: ['cosmos-docusaurus-theme'],
};

Synced tabs

Tabs with the same groupId stay in sync across all instances on the page.

Synced with the tab above: clicking Vue there also selects it here.