Dot Launch ButtonA minimalist, premium button featuring a grid-based arrow animationCopy PromptDocumentationCLICodepnpmnpmyarnbunCopypnpm dlx @t7blocks/cli add dot-launchUsagepage.tsxCopyimport { Dotlaunchbutton } from "@/components/T7blocks/Dotlaunchbutton"; export default function Home() { return ( <div className="h-screen flex items-center justify-center"> <Dotlaunchbutton label="Get started" accentColor="#18db38" btnColor="#111111" animationSpeed={155} /> </div> ); }PropertiesPropertyTypeDefaultDescriptionclassNamestring""Additional CSS classes for the buttonlabelstring"Get started"The text label to display on the buttonaccentColorstring"#18db38"The primary color of the grid and arrow animationbtnColorstring"#111111"The background color of the buttonanimationSpeednumber155The interval in milliseconds between animation stepsInspirationThis component is inspired by Launch Button by Praveen KumarRelated resourcesKnob ToggleStagger Button