initialFollowState | boolean | false | Sets the initial follow state; if true, the button will display "Following". |
onFollowChange | (isFollowing: boolean) => void | — | Callback function that is called with the new follow state when the button is clicked. |
className | string | "" | Additional CSS classes for customizing the button's styling. |
lightShadow | string | "rgba(255, 255, 255, 0.8)" | The color used for the light shadow effect on the button. |
darkShadow | string | "rgba(0, 0, 0, 0.2)" | The color used for the dark shadow effect on the button. |