FRAMER FORGE
OVERRIDETest Item
O/200//Layout

Test Item

item to test things out

By Kaiborg · Verified author
Pay once · Own forever
D/01//Description
item to test thigns out
P/02//Source preview · locked
import type { ComponentType } from "react"
import { useState } from "react"

export function withHoverColor(Component): ComponentType {
    return (props) => {
        const [isHovered, setIsHovered] = useState(false)

// … purchase to unlock the full source
Source locked