Components
The page will load with all the interactive features including the color theme switcher, GSAP animations, and the beautiful animated spectrum visualization.
Loading preview...
import { CosmicSpectrum } from "@/components/ui/cosmos-spectrum";
export default function DemoOne() {
return (
<div className="">
<CosmicSpectrum color="original" blur />
</div>
)
}