Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 3.1 KB

File metadata and controls

79 lines (59 loc) · 3.1 KB

HyperUI Component Addition Plan

This document outlines additional components and collections to be added to HyperUI.

Application Components

User Feedback

  • Toast Notifications - Temporary success/error/info/warning messages that appear and auto-dismiss (High Priority)
  • Empty States - UI for when tables, lists, searches, or pages have no content to display (Medium Priority)
  • Loading States/Spinners - Various loading indicators, skeleton screens, and loading placeholders (Low Priority)
  • Progress Bars - Linear and circular progress indicators for tasks and workflows (Low Priority)

Navigation & Organization

  • Tabs - Tabbed navigation for organizing content within a page or section (High Priority)
  • Accordion - Expandable/collapsible content sections - can repurpose existing FAQs collection (High Priority)
  • Drawers/Slide-overs - Side panels that slide in from screen edges for additional content (Medium Priority)
  • Tree View - Hierarchical list navigation for file systems and nested data (Low Priority)

Marketing Components

Social Proof & Trust

  • Logo Clouds - Client/partner logo displays and brand showcases (High Priority)
  • Testimonials - Customer quotes, reviews, and success stories (Low Priority)
  • Social Proof - Review ratings, user counts, trust badges, and social validation (Low Priority)
  • Comparison Tables - Feature comparison layouts - could use/replace existing Pricings collection (Low Priority)

Content Sections

  • Team Sections - Team member profiles, bios, and organizational charts (High Priority)
  • Contact Forms - Various contact form styles and inquiry forms (High Priority)
  • Feature Grids - Product/service feature showcases and benefit highlights (Medium Priority)
  • Galleries - Image/video gallery layouts and media grids (Medium Priority)
  • Navigation Menus - Mega menus and dropdown navigation patterns (Low Priority)
  • Login/Signup Forms - Authentication form designs and user registration (Low Priority)
  • Search Bars - Hero/header search components and prominent search layouts (Low Priority)

Priority Levels

High Priority (Start Here)

  1. Toast Notifications
  2. Tabs
  3. Accordion (repurpose FAQs)
  4. Logo Clouds
  5. Team Sections
  6. Contact Forms

Medium Priority

  1. Empty States
  2. Drawers/Slide-overs
  3. Feature Grids
  4. Galleries

Low Priority

  1. Loading States/Spinners
  2. Progress Bars
  3. Tree View
  4. Testimonials
  5. Social Proof
  6. Comparison Tables
  7. Navigation Menus
  8. Login/Signup Forms
  9. Search Bars

Implementation Notes

  • Each collection should follow the existing .mdx format
  • Maintain consistency with current Tailwind CSS patterns
  • Include multiple variants per collection (at least 3-5)
  • Ensure responsive design for all components
  • Add appropriate accessibility features
  • Consider dark mode variants where applicable
  • No carousels - static layouts only
  • Avoid components that require external libraries (date pickers, color pickers, etc.)