MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / HoverPulseButton

Function HoverPulseButton

src/showcase/animations/hover/HoverPulseButton.tsx:1–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const HoverPulseButton = () => {
2 return (
3 <button className="rounded-lg bg-red-500 px-6 py-2 font-semibold text-white no-underline group-hover:animate-hover-pulse">
4 Hover Me
5 </button>
6 )
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected