Bouncy ButtonA button with a bouncy animation on hoverCopy PromptDocumentationCLICodepnpmnpmyarnbunCopypnpm dlx @t7blocks/cli add bouncy-buttonUsagepage.tsxCopyimport { BouncyButton } from "@/components/T7blocks/BouncyButton"; export default function Home() { return ( <div className="h-screen flex items-center justify-center"> <BouncyButton /> </div> ); }PropertiesPropertyTypeDefaultDescriptiontextstring"Join Discord"Text label displayed on the buttononClick() => voidundefinedClick event handlerprimaryColorstring"#4c2c99ff"Background color of the buttoniconReactNodeundefinedIcon to be displayed on the buttonwidthnumber"168px"Width of the buttonheightnumber52Height of the buttonroundnessstring"26px"Border-radius for the buttonclassNamestring""Additional CSS classesInspirationThis component is inspired by Bouncy Button by SoyebRelated resourcesDot Launch ButtonKnob Toggle