Copy the full block below to use this component with its imports.
astro
---import { CtaGlowBanner } from 'astro-component-kit';---<CtaGlowBanner />
---
import { CtaGlowBanner } from 'astro-component-kit';
---
<CtaGlowBanner />
Manual Installation
If you are not using the npm package, create a new file src/components/lib/CTAGlowBanner.astro and paste the following code:
astro
---import { CtaGlowBanner } from 'astro-component-kit';---<CtaGlowBanner badge="Get Started Today" title="Ready to Build Something Extraordinary?" primaryCtaText="Start Building Free"/>
---
import { CtaGlowBanner } from 'astro-component-kit';
---
<CtaGlowBanner
badge="Get Started Today"
title="Ready to Build Something Extraordinary?"
primaryCtaText="Start Building Free"
/>