frontend-financial-display

Apply financial UI design tokens and glassmorphism styles to frontend components.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/chinomartinez/SmartPocket --skill frontend-financial-display
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-financial-display
Source: https://github.com/chinomartinez/SmartPocket/tree/main/.agents/skills/frontend-financial-display
Command: npx skills add https://github.com/chinomartinez/SmartPocket --skill frontend-financial-display

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns visuales reutilizables y design tokens para cualquier componente financiero. Enfocado en estilos, colores, effects y formateo — NO en la estructura de componentes.

Core Features & Use Cases

  • Tarjetas glassmorphism, tokens de color semánticos para ingreso/gasto/transferencia, pautas de tipografía, formateo de moneda, hover, patrones responsivos, estados vacíos; y tokens de diseño reutilizables que mantengan la consistencia del design system.

Quick Start

Aplica los patrones frontend-financial-display a un nuevo componente financiero importando los tokens de diseño y los estilos glassmorphism del sistema de diseño y aplícalos a tu UI.

Frequently Asked Questions about frontend-financial-display

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

FAQPage Schema
What are financial UI design patterns and when do I need them?

Glassmorphism for financial UI applies frosted glass visual effects to cards and interfaces using design tokens. This approach provides consistent, scalable styling across frontend applications without modifying the underlying component structure.

How do I format currency consistently across responsive frontend applications?

Semantic color tokens for financial displays assign specific colors to income, expense, and transfer transactions. They enforce visual consistency across your frontend application by standardizing how monetary movements are communicated to users.

Can I use these visual patterns without changing my component structure?

To apply financial UI patterns, import the design tokens and glassmorphism styles into your frontend application. Apply these UI primitives directly to your components to achieve consistent color semantics, typography, and responsive behavior across your interface.

Does this approach include hover interactions and empty states for financial components?

This approach does not modify component structure, limiting its use to visual styling, color semantics, and formatting. For structural layout changes or complex component logic, you must implement separate solutions outside these visual design tokens.