Measured entry
meraki-cta-card
A static, split-layout CTA card delivered as a complete HTML document rather than a framework component. Its original form loads Tailwind from a CDN, uses Tailwind utility and dark-mode classes for all styling, and pulls the visual from a remote Unsplash URL. It has no JavaScript or component-library dependency.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 18.0 KB (83.4 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
Verdict
A dependable starting point for a conventional marketing CTA, with clean responsive behavior and no runtime logic to maintain. Use it as markup, not as a finished component: replace the placeholder link and copy, host the image yourself, and add accessible image treatment when the visual carries meaning.
Use it if
- You need a straightforward image-and-copy CTA that can be pasted into a Tailwind page.
- Your layout should stack on narrow screens and become a side-by-side card on larger screens.
- Your product already supports Tailwind dark-mode classes and can host or allow a remote background image.
Skip it if
- You need a packaged React component with typed props, variants, or reusable slots.
- The image conveys essential information, since the source renders it as a background with no alternative text.
- Your content security policy forbids remote image assets or runtime styling from a CDN.
- You need built-in interaction beyond a single link, such as form submission, tracking, or state changes.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
A non-shadcn project does not need shadcn. Add Tailwind CSS with content scanning and dark-mode behavior configured, then place the section markup inside your page shell instead of copying the full document. Alternatively, recreate the utility styles in your own CSS. Replace the placeholder link and remote image before release.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/merakiui/merakiuiAlternatives
Other published entries for the cta pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- meraki-cta-simpleminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- hyperui-ctas-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- meraki-cta-gridminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- meraki-cta-formminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- hyperui-ctas-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.0KB
- Bare
- pass
- Prov
- NO
- meraki-cta-centeredminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 19.2KB
- Bare
- pass
- Prov
- NO