Components
Braun-inspired glass wall clock UI with real-time Berlin timezone hands, dynamic glass reflections, and an optional Tweakpane control panel for tuning shadows, colors, and motion.
Loading preview...
import React from 'react';
import { GlassClock } from '../components/ui/glass-clock';
export function DefaultDemo(): JSX.Element {
return <GlassClock />;
}
export default DefaultDemo;