Command Palette

Search for a command to run...

Docs
Glow Link Button

Glow Link Button

A button with a glowing effect that links to external or internal pages

Loading...

Installation

Props

PropTypeDefaultDescription
labelstring"Learn More"The text displayed on the button
hrefstring"#"The URL the button links to
classNamestring-Additional CSS classes for styling

Examples

<GlowLinkButton label="Visit Docs" href="https://docs.ruixenui.com" />

Custom Styling

<GlowLinkButton
  className="bg-blue-600 text-white border-blue-700 hover:shadow-lg"
  label="Get Started"
  href="https://ruixenui.com/get-started"
/>