Bloques
DashboardGitHub
DashboardGitHub

Get started

QuickstartIntroduction

Writing content

MDX basicsMarkdown reference

Configuration

docs.json overviewNavigationThemeNavbarInternationalizationSchema reference

API reference

API reference overviewSet up an API reference

Publishing

Connect GitHubDeploymentsCustom domainLLM endpointsMCP server

Team

OrganizationsMembers and roles

Columns

A multi-column layout for placing blocks side by side.

Use columns to arrange related content horizontally. Columns collapse to one column on narrow screens.

Left column content.

Right column content.

<Columns cols="2">
  Left column content.

Right column content.

</Columns>

Props

PropTypeDefault
cols"2" | "3" | "4""2"

Variants

Two columns

Left column content.

Right column content.

<Columns cols="2">
  Left column content.

Right column content.

</Columns>

Three columns

First column.

Second column.

Third column.

<Columns cols="3">
  First column.

Second column.

Third column.

</Columns>

Four columns

One.

Two.

Three.

Four.

<Columns cols="4">
  One.

Two.

Three.

Four.

</Columns>

Next

Card

Bordered navigational tiles, grouped in a grid.

Go to content

Steps

A numbered list of stages for a procedure.

Go to content

On this page

Props
Variants
Two columns
Three columns
Four columns
Next