Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 871 Bytes

File metadata and controls

35 lines (27 loc) · 871 Bytes

UI Components

This document provides an overview of the UI components in the application.

Component Structure

The UI is organized around:

  • Reusable navigation components
  • Page-level components
  • Form components
  • Chart/visualization components

Key Components

BottomNav

Fixed bottom navigation for mobile experience with 5 tabs and floating action button.

Page Components

  • Dashboard: Analytics and overview
  • Expenses: List management
  • Add Expense: Form interface
  • Categories: Category management
  • Reports: Visualizations
  • Settings: App preferences
  • Profile: User account

Form Components

  • Input fields with validation
  • Category selectors
  • Payment method options
  • Date pickers

See detailed documentation: