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

Steps

A numbered list of stages for walking the reader through a procedure.

Use <Steps> for tasks where order matters. Each <Step> renders as a numbered card with a title and inline content.

Sign in

Open the sign-in page and request a magic link.

Create a site

Pick a name and a subdomain.

Publish

Select Publish to deploy.
<Steps>
  <Step title="Sign in">Open the sign-in page and request a magic link.</Step>
  <Step title="Create a site">Pick a name and a subdomain.</Step>
  <Step title="Publish">Select **Publish** to deploy.</Step>
</Steps>

Step props

PropTypeDefault
titlestring—
iconIcon name"default"

Variants

Step with icon

Connect GitHub

Install the Bloques GitHub App and pick a repo.

Open the editor

Edit your pages in the browser.

Publish

Ship the changes to your live site.

<Steps>
  <Step title="Connect GitHub" icon="branch">
    Install the Bloques GitHub App and pick a repo.
  </Step>
  <Step title="Open the editor" icon="pencil">
    Edit your pages in the browser.
  </Step>
  <Step title="Publish" icon="rocket">
    Ship the changes to your live site.
  </Step>
</Steps>

Next

Accordion

A collapsible section for supporting detail.

Go to content

Columns

Multi-column layout for side-by-side blocks.

Go to content

On this page

Step props
Variants
Step with icon
Next