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

We are adding support for Nextjs. Get in touch on Twitter to learn more.

See a demo

Configure your editor

Some helpful settings and extensions to make developing with Reflex easier.

VS Code

  1. Install the VSCode MDX extension to add language support for MDX.

  2. Enable ESLint support for .md and .mdx extensions.

.vscode/settings.json
{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.options": {
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx"]
}
}
ConfigurationMDX

© 2020 Reflex

  • Blocks
  • Examples
  • Learn
  • Docs
  • Github