Share Button
A share button component with animated icons.
Made by ChenHaoJie9527Installation
Usage
API Reference
ShareButton
Prop | Type | Default |
---|---|---|
children | React.ReactNode | - |
className? | string | - |
size? | "default" | "sm" | "lg" | - |
icon? | "suffix" | "prefix" | - |
onIconClick? | (platform: "github" | "x" | "facebook") => void | undefined |
...props? | HTMLMotionProps<"button"> | - |
Credits
- Credits to SharpTH for the inspiration