()
| 1 | const 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 | |
| 11 | export default StitchesButton |
nothing calls this directly
no outgoing calls
no test coverage detected