Command Palette

Search for a command to run...

Docs
Morphing Github Button

Morphing Github Button

A button that morphs into a circular shape on hover with a floating label

Loading...

Installation

Props

PropTypeDefaultDescription
hrefstring"https://github.com/ruixenui"The URL the button links to
labelstring"GitHub"The text displayed on hover
classNamestring-Additional CSS classes for styling

Examples

<MorphingGithubButton
  label="Source Code"
  href="https://github.com/vercel/next.js"
/>

Custom Styling

<MorphingGithubButton className="hover:from-indigo-700 hover:to-indigo-900" />