Interactive night-sky glass card — one real star hides among hundreds of twinkles. Discover it to reveal a refined star-on-GitHub CTA with cursor parallax, bloom, and a cinematic star flight.
// This is a file with a demo for your component// That's what users will see in the preview// Create new files in this directory to add more demosimport { GitHubSky } from "@/components/ui/git-hub-sky";// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMOexport default function DemoOne() { return <GitHubSky href="https://github.com/motoko-ui/motokoui" />;}