Components
Loading preview...
Here is Github Button component
npx shadcn@latest add https://21st.dev/r/mvp_Subha/button-githubimport StarOnGithub from "@/components/ui/button-github";
export default function DemoOne() {
return <StarOnGithub />;
}