Skip to main content
H
HAUS.HAUSHome
HAUS.CTRL
OverviewExecutiveInvestorGTMPRD
HAUS.HQ
Platform HomeSearchExploreDeep AnalysisMarket Intel
HAUS.PLATFORM
Sitemap & JourneysRoute IndexNEWComponent VersionsNEWAI Navbar DemoMCP AppsNEWDashboard DemoNEW
HAUS.LANDING
Main Landing
HAUS.SEARCH
DashboardAdvanced SearchExploreCedar Chat DemoNEW
HAUS.COMPASS
Property Compass
HAUS.INTEL
DashboardDeep AnalysisDud Detector
HAUS.APPRAISE
Property ReportListing View
HAUS.FINANCE
DashboardAffordability
HAUS.DATA
OverviewValuationsAuctionsLive AuctionsLIVEAnalytics
HAUS.AGENT
DashboardPipelineLeads & CRMMarketingInboxPerformanceOrchestratorNEWOnboardingContacts
HAUS.SELLER
DashboardCreate ListingAIMy ListingsProposalsOff Market
HAUS.BUYER
Property FeedShortlistEnquiriesProfileSettings
HAUS.VAULT
Documents
HAUS.ADVISORY
MarketplaceCompare AgentsRequest Agent
HAUS.FHB
DashboardState Selector
HAUS.WAREHAUS
Commercial
HAUS.MARKET
Vendor Marketplace
HAUS.INVESTORS
Investors CentreNEW
HAUS.ACADEMY
Learn
HAUS.JSON
OverviewBasic ExamplesAI GenerationDashboard DemoForms & ActionsConditional UIAdvanced Patterns
HAUS.STRATEGY
Competitive ResearchGTM
JD
John Doe
Premium Agent
H
HAUS
OverviewExecutiveInvestorGTMPRD
Platform HomeSearchExploreDeep AnalysisMarket Intel
Sitemap & JourneysRoute IndexNEWComponent VersionsNEWAI Navbar DemoMCP AppsNEWDashboard DemoNEW
HAUS.LANDING
DashboardAdvanced SearchExploreCedar Chat DemoNEW
HAUS.COMPASS
DashboardDeep AnalysisDud Detector
Property ReportListing View
DashboardAffordability
OverviewValuationsAuctionsLive AuctionsLIVEAnalytics
DashboardPipelineLeads & CRMMarketingInboxPerformanceOrchestratorNEWOnboardingContacts
DashboardCreate ListingAIMy ListingsProposalsOff Market
Property FeedShortlistEnquiriesProfileSettings
HAUS.VAULT
MarketplaceCompare AgentsRequest Agent
DashboardState Selector
HAUS.WAREHAUSHAUS.MARKETHAUS.INVESTORSHAUS.ACADEMY
OverviewBasic ExamplesAI GenerationDashboard DemoForms & ActionsConditional UIAdvanced Patterns
Competitive ResearchGTM
JD
John Doe
Premium Agent
HAUS
uitripled Components
  1. Home
  2. Design System
  3. uitripled Components

uitripled Component Library

135 animated, glassmorphism-inspired components for HAUS Appraisal

Browse LibraryInstallation Guide

๐Ÿš€ Quick Installation

Install Top 10 Essentials

Get started with the most useful components

npx -y uitripled add \
  native-button \
  native-badge \
  cards-slider \
  hover-expand-card \
  glass-blog-card \
  glassmorphism-hero-block \
  testimonials-block \
  cash-flow-chart \
  stocks-dashboard \
  wizard-form

Install All 135 Components

Run the automated installation script

chmod +x scripts/install-uitripled-components.sh
./scripts/install-uitripled-components.sh

Takes ~10-15 minutes to install all components

๐Ÿ“ฆ Component Categories

Native Components

28

Core UI elements with glassmorphism

  • Buttons
  • Badges
  • Tooltips
  • Dialogs

Blocks

36

Full-width landing page sections

  • Heroes
  • CTAs
  • Testimonials
  • Footers

Cards

13

Reusable card components

  • Property Cards
  • Tickets
  • Wallets
  • Sliders

Components

32

Feature-rich UI components

  • Chat
  • Dashboards
  • Auth
  • Navigation

Page Transitions

11

Scroll and animation effects

  • Heroes
  • Reveals
  • Spotlights
  • Stats

Data & Effects

15

Charts, forms, and visual effects

  • Charts
  • Wizards
  • Gradients
  • Resumes

๐ŸŽฏ Top 10 for HAUS Appraisal

1

native-button

Primary CTAs across platform

2

cards-slider

Draggable property listings

3

hover-expand-card

Interactive property cards

4

glassmorphism-hero-block

Premium landing pages

5

cash-flow-chart

Financial data visualization

6

stocks-dashboard

Property portfolio dashboard

7

wizard-form

Multi-step onboarding

8

testimonials-block

Client reviews section

9

native-badge

Status indicators

10

glass-blog-card

Content/property cards

๐Ÿ’ก Usage Example

Installing and Using Components

Example: Using the native-button component

1. Install the component

npx -y uitripled add native-button

2. Import and use in your code

import { NativeButton } from "@/components/native-button"

export function PropertyCTA() {
  return (
    <NativeButton 
      variant="glow"
      onClick={() => console.log("Book appraisal")}
    >
      Book Your Appraisal
    </NativeButton>
  )
}

3. Customize with props and Tailwind

<NativeButton 
  variant="glass" 
  className="w-full"
>
  Get Started
</NativeButton>

๐Ÿ“š Resources

Installation Guide

Step-by-step installation instructions

View Guide

Component Index

Complete catalog of all 135 components

Browse Index

Official Website

Live previews and documentation

Visit ui.tripled.work

Ready to Get Started?

uitripled components are built on top of shadcn/ui and Framer Motion, making them perfectly compatible with HAUS Appraisal's tech stack (Next.js 16, React 19, Tailwind v4). All components feature glassmorphism effects, smooth animations, and are production-ready.

Start by installing the top 10 essentials, then gradually add more components as needed. Each component is standalone and can be customized with Tailwind classes.