Closed denispaluca closed 2 weeks ago
Currently you cannot use the property onClick for ShinyButton. Since the rest of the props (...props) are passed to motion.button, I extended ShinyButtonProps with HTMLMotionProps<"button">.
onClick
ShinyButton
...props
motion.button
ShinyButtonProps
HTMLMotionProps<"button">
@denispaluca is attempting to deploy a commit to the product-studio Team on Vercel.
A member of the Team first needs to authorize it.
Thanks for your contribution! We're merging it. LGTM ✅
Currently you cannot use the property
onClick
forShinyButton
. Since the rest of the props (...props
) are passed tomotion.button
, I extendedShinyButtonProps
withHTMLMotionProps<"button">
.