Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/developer-dossier/llms.txt
Use this file to discover all available pages before exploring further.
TabDivider renders a full-width flex row composed of two parts: a compact monospace label on the left styled to look like a physical manila folder tab — with a top, left, and right border, rounded top corners, and a slate background — and a dashed line that extends to fill the remaining horizontal space. Together they form a visual divider that evokes a tabbed case file, separating named sections within a case study or long-form content page. The label text is automatically uppercased and letter-spaced for the classified-document aesthetic.
Props
The section name displayed inside the tab. Rendered in monospace, uppercase, and wide letter-spacing via
font-mono text-xs text-violet tracking-widest uppercase. Short, numbered labels like "01. THE BRIEF" work best.Additional Tailwind utility classes applied to the outer flex wrapper
div. Use this to add top/bottom margin, adjust alignment, or override the default full-width layout.Styling Reference
| Element | Tailwind Classes | Effect |
|---|---|---|
| Tab label | bg-slate border-t border-l border-r border-violet/30 px-4 py-1 rounded-t-md font-mono text-xs text-violet tracking-widest uppercase | Folder-tab appearance with open bottom edge |
| Dashed line | flex-grow border-b border-dashed border-violet/30 relative -top-[1px] | Extends to fill remaining width, aligned to the tab’s bottom border |
-top-[1px] offset on the dashed line nudges it up by one pixel so its bottom border aligns flush with the bottom edge of the tab, creating the illusion that the tab is sitting on top of the line — just like a real folder tab.
Usage
Case Study Sections
With Custom Spacing