Loading...
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
href | string | "https://github.com/ruixenui" | The URL the button links to |
label | string | "GitHub" | The text displayed on hover |
className | string | - | Additional CSS classes for styling |
Examples
Custom Label and Link
<MorphingGithubButton
label="Source Code"
href="https://github.com/vercel/next.js"
/>
Custom Styling
<MorphingGithubButton className="hover:from-indigo-700 hover:to-indigo-900" />