Skip to main content

Tabs

Clean underline style — flat border-bottom indicator, brand color on active, no background fill.

Package manager

npm install cosmos-docusaurus-theme

Dark / Light palette reference

The Void palette uses Tailwind neutral-950/900/800 blacks — 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

import { themes } from 'cosmos-docusaurus-theme';

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.