Wave ButtonA button with a wave animation on hoverCopy PromptDocumentationCLICodepnpmnpmyarnbunCopypnpm dlx @t7blocks/cli add wave-buttonUsagepage.tsxCopyimport { WaveButton } from "@/components/T7blocks/WaveButton"; export default function Home() { return ( <div className="h-screen flex items-center justify-center"> <WaveButton /> </div> ); }PropertiesPropertyTypeDefaultDescriptionlabelstring"Get Started"Text label displayed on the buttononClick() => voidundefinedClick event handlerbgColorstring"#ffffff"Background color of the buttonanimationDurationnumber500Duration of the animation in millisecondswidthnumber"168px"Width of the buttonheightnumber52Height of the buttonroundnessstring"26px"Border-radius for the buttonclassNamestring""Additional CSS classesInspirationThis component is inspired by Icon Slide In Button by Imesh DilshanRelated resourcesDot Launch ButtonKnob Toggle