Reflex
  • Blocks
    • Header
    • Hero
    • Features
    • Call to action
    • Forms
    • Pricing
    • Team
    • Testimonials
    • Cards
    • Footer
    • Posts
    • Videos
  • Examples
  • Learn
  • Videos
  • Docs
  • Theme

    Theme reference

    • Colors
    • Font family
    • Font size
    • Font weight
    • Line height
    • Box shadow
    Create a theme Extend base
arshadcnv0.5.3
Reflex
Reflex

Pages

Create your first page

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

Add a page

Pages are placed in the content/pages directory.

Add a new about.mdx page.

mysite
└── content
└── pages
├── about.mdx
├── basic.mdx
└── index.mdx

You build pages by writing Markdown and React components.

content/pages/about.mdx
---
title: About Us
excerpt: This is a description for the about page.
---
# About Us
Amazing Pandas Eating Things

About Us

Amazing Pandas Eating Things

DevelopmentComponents

© 2020 Reflex

  • Blocks
  • Examples
  • Learn
  • Docs
  • Github