Window
Brushed metal window chrome with traffic lights and a titlebar.
About This Mac
Mac OS X
Version 10.3.9
Processor: 1.25 GHz PowerPC G4
Memory: 512 MB DDR SDRAM
install
npx shadcn@latest add @aqua/windowUsage
import {
TrafficLights,
Window,
WindowContent,
WindowTitle,
WindowTitlebar,
} from "@/components/ui/window"
<Window>
<WindowTitlebar>
<TrafficLights />
<WindowTitle>About This Mac</WindowTitle>
</WindowTitlebar>
<WindowContent className="p-6">...</WindowContent>
</Window>