reflex-ui

Standardize Reflex UI layouts, typography, and component composition.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/arelben/Goals-Dashboard --skill reflex-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflex-ui
Source: https://github.com/arelben/Goals-Dashboard/tree/main/.agent/skills/reflex-ui
Command: npx skills add https://github.com/arelben/Goals-Dashboard --skill reflex-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reflex UI development often suffers from inconsistent layouts and scattered state logic. This skill provides a standard, reusable set of patterns to build premium, cohesive UI components in Reflex.

Core Features & Use Cases

  • Layout patterns: Enforce consistent use of rx.vstack and rx.hstack for responsive layouts.
  • State architecture: Encourage separating state logic into dedicated State classes for clarity and maintainability.
  • Design system guidance: Align with Glassmorphism styling, color palettes, and predictable component behavior.

Quick Start

Implement the recommended Reflex UI patterns in your next page or component to ensure a premium, consistent UI.

Frequently Asked Questions about reflex-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create consistent layouts in Reflex?

Enforce consistent layouts in Reflex by standardizing the use of rx.vstack and rx.hstack for responsive page composition. This approach ensures structural alignment across all components.

What is the best way to separate state logic in Reflex applications?

The best way to separate state logic in Reflex is to encapsulate it within dedicated State classes. This separation ensures clarity and maintainability of your front-end architecture.

How do I apply glassmorphism styling to Reflex components?

Apply glassmorphism styling in Reflex by following a predefined design system that specifies color palettes and component behaviors. This ensures a premium, cohesive visual identity.

Can I use these UI patterns for updating existing Reflex pages?

Yes, these UI patterns are suitable for both creating and updating Reflex pages and components. They help align existing projects with standardized layout and state separation guidelines.

Why does my Reflex UI layout look inconsistent across different pages?

Reflex UI layouts often look inconsistent due to scattered state logic and unstandardized component composition. Applying reusable layout patterns resolves these structural discrepancies.