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

Function StitchesButton

src/showcase/components/button/StitchesButton.tsx:1–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const StitchesButton = () => {
2 return (
3 <button className="group relative rounded-lg border-2 border-red-500 bg-red-500 px-5 py-1 font-medium text-white duration-1000 hover:shadow-lg hover:shadow-red-500/50">
4 <span className="absolute left-0 top-0 size-full rounded-md border border-dashed border-red-50 shadow-inner shadow-white/30 group-active:shadow-white/10"></span>
5 <span className="absolute left-0 top-0 size-full rotate-180 rounded-md border-red-50 shadow-inner shadow-black/30 group-active:shadow-black/10"></span>
6 SyntaxUI
7 </button>
8 )
9}
10
11export default StitchesButton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected