Copy the full block below to use this component with its imports.
astro
---import { CtaAppDownload } from 'astro-component-kit';---<CtaAppDownload />
---
import { CtaAppDownload } from 'astro-component-kit';
---
<CtaAppDownload />
Manual Installation
If you are not using the npm package, create a new file src/components/lib/CTAAppDownload.astro and paste the following code:
astro
---import { CtaAppDownload } from 'astro-component-kit';---<CtaAppDownload badge="Mobile Experience" title="Manage Your Astro Deployments On the Go"/>
---
import { CtaAppDownload } from 'astro-component-kit';
---
<CtaAppDownload
badge="Mobile Experience"
title="Manage Your Astro Deployments On the Go"
/>