Loading...
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
label | string | "Learn More" | The text displayed on the button |
href | string | "#" | The URL the button links to |
className | string | - | Additional CSS classes for styling |
Examples
Custom Label and Link
<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"
/>