[Fixture] Columns

Two-column layout

Left Column

This is content in the left column.

  • Item A

  • Item B

  • Item C

Right Column

This is content in the right column.

Some paragraph text that demonstrates that each column is independent.

Three-column layout

Column 1

First column content.

Column 2

Second column content.

Column 3

Third column content.

Columns with rich content

Code Example

interface User {
  id: number;
  name: string;
  email: string;
}

Notes

  • The id field is auto-generated

  • The name field is required

  • The email field must be unique

Columns with table

Frontend Stack

TechnologyVersion
Astro6.x
TailwindCSS4.x
TypeScript5.x

Backend Stack

TechnologyVersion
Node.js24.x
pnpm10.x
Notion API2026-03

Text after columns should render as a normal paragraph.