[Fixture] Columns
Column Layouts
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
idfield is auto-generated -
The
namefield is required -
The
emailfield must be unique
Columns with table
Frontend Stack
| Technology | Version |
| Astro | 6.x |
| TailwindCSS | 4.x |
| TypeScript | 5.x |
Backend Stack
| Technology | Version |
| Node.js | 24.x |
| pnpm | 10.x |
| Notion API | 2026-03 |
Text after columns should render as a normal paragraph.