pmndrsPoimandres.docs

Grid Component

Responsive grid layout component

Grid

Responsive grid.

<Grid cols={2}>
  <li>A</li>
  <li>B</li>
  <li>C</li>
  ...
</Grid>

Result

  • A
  • B
  • C
  • D
  • E
  • F
  • G

docs/authoring/grid.mdx

Edit this page

Mermaid Diagrams
Sandpack Component
  • getting started
  • authoring
    • Intro Component
    • Keypoints Component
    • Images
    • Code Syntax Highlighting
    • Mermaid Diagrams
    • Grid Component
    • Sandpack Component
    • Codesandbox Component
    • GitHub Alerts
    • Hint Component (Deprecated)
    • Contributors Component
    • Backers Component

On This Page

Grid

Result