symfinity / ux-blocks-marketing
Landing and campaign section components
Package info
github.com/symfinity/ux-blocks-marketing
Type:symfony-bundle
pkg:composer/symfinity/ux-blocks-marketing
Requires
- php: >=8.2
- symfinity/ux-blocks-core: ^0.1
- symfony/framework-bundle: ^7.4||^8.0
- symfony/stimulus-bundle: ^2.0|^3.0
- symfony/twig-bundle: ^7.4||^8.0
- symfony/ux-twig-component: ^2.0|^3.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^10.5 || ^11.0
- symfinity/ux-blocks: ^0.1.3
- symfinity/ux-blocks-extended: ^0.1
- symfony/browser-kit: ^7.4||^8.0
- symfony/css-selector: ^7.4||^8.0
- symfony/yaml: ^7.4||^8.0
Suggests
- symfinity/ux-blocks-live: Enhanced flyout dropdown (stl) for flyout-menu-marketing
This package is auto-updated.
Last update: 2026-06-27 14:36:23 UTC
README
UX Blocks Marketing
Landing and campaign section components
Note
Read-only mirror. See CONTRIBUTING.md for how to propose changes.
Features
- 22 marketing section roles — hero, pricing, footer, newsletter, and landing page shells
- Native-first (
nat) — composes core atoms; optional Stimulus only on flyout menu - Registry-aligned —
blocks.marketing.*fragment ids - Explicit opt-in tier — never pulled in by
symfinity/ux-blocks-full - Optional motion props — hero, stats, logo cloud, CTA, and bento stagger variants
Interaction profile
| Token | In this package |
|---|---|
nat |
Default for all section roles |
stl |
Optional on FlyoutMenuMarketing when extended dropdown is installed |
Component inventory
| Role | Twig | Interaction | Fragment | Status |
|---|---|---|---|---|
| hero | Hero | nat | blocks.marketing.hero |
shipped |
| feature-section | FeatureSection | nat | blocks.marketing.feature-section |
shipped |
| cta-band | CtaBand | nat | blocks.marketing.cta-band |
shipped |
| pricing-section | PricingSection | nat | blocks.marketing.pricing-section |
shipped |
| landing-page | LandingPage | nat | blocks.marketing.landing-page |
shipped |
| testimonials | Testimonials | nat | blocks.marketing.testimonials |
shipped |
| newsletter | Newsletter | nat | blocks.marketing.newsletter |
shipped |
| footer | Footer | nat | blocks.marketing.footer |
shipped |
| stats-band | StatsBand | nat | blocks.marketing.stats-band |
shipped |
| logo-cloud | LogoCloud | nat | blocks.marketing.logo-cloud |
shipped |
| faq | Faq | nat | blocks.marketing.faq |
shipped |
| team | Team | nat | blocks.marketing.team |
shipped |
| content-section | ContentSection | nat | blocks.marketing.content-section |
shipped |
| bento-grid | BentoGrid | nat | blocks.marketing.bento-grid |
shipped |
| banner | Banner | nat | blocks.marketing.banner |
shipped |
| header-marketing | HeaderMarketing | nat | blocks.marketing.header-marketing |
shipped |
| flyout-menu-marketing | FlyoutMenuMarketing | nat, stl | blocks.marketing.flyout-menu-marketing |
shipped |
| error-page-404 | ErrorPage404 | nat | blocks.marketing.error-page-404 |
shipped |
| comparison-section | ComparisonSection | nat | blocks.marketing.comparison-section |
shipped |
| integrations-section | IntegrationsSection | nat | blocks.marketing.integrations-section |
shipped |
| cookie-consent | CookieConsent | nat | blocks.marketing.cookie-consent |
shipped |
| status-band | StatusBand | nat | blocks.marketing.status-band |
shipped |
Highlights: full landing page compound; comparison and integrations sections; cookie consent banner.
Handbook: docs/components.md.
Prerequisites
Add the symfinity/recipes Flex endpoint to your project's composer.json (see recipes README) — recipes are not in Symfony's official recipe repository yet.
Installation
Explicit opt-in — add only when you ship landing or campaign pages.
composer require symfinity/ux-blocks-marketing
See Installation.
Quick Start
<twig:Hero title="Ship faster" subtitle="Composable sections for Symfony apps." /> <twig:CtaBand title="Get started" href="/signup" />
See Quick start for the full walkthrough.
Documentation
- Quick start — minimal setup path
- Installation — Flex, dependencies, verify
- Configuration — bundle and app options
- Components — role index and examples
- Usage — day-to-day patterns
- Upgrade — version migrations
Requirements
- PHP 8.2 or higher
- Symfony 7.4 or 8.x
symfinity/ux-blocks-core^0.1