Components
Loading preview...
The page will load with all the interactive features including the color theme switcher, GSAP animations, and the beautiful animated spectrum visualization.
npx shadcn@latest add https://21st.dev/r/designali-in/cosmos-spectrumimport { CosmicSpectrum } from "@/components/ui/cosmos-spectrum";
export default function DemoOne() {
return (
<div className="">
<CosmicSpectrum color="original" blur />
</div>
)
}