v0 ButtonA branded button linking to v0.dev with the v0 logo, styled for light and dark modes.button PreviewCodeOpen in Copyimport V0Button from "@/components/vritti/v0-button"; export function V0ButtonExample() { return ( <div className="flex items-center justify-center p-8"> <V0Button /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/v0-button"Copy