@blueacornici/eds-feature-card
v1.1.3
Published
Feature card block for Adobe EDS projects
Readme
EDS Feature Card Block
A responsive feature card block for Adobe Edge Delivery Services (EDS) projects.
Installation
npm install @blueacornici/eds-feature-cardUsage
- Copy the
blocks/feature-cardfolder to your EDS project'sblocks/directory - Include the block in your page using a table structure:
|  | ## Feature Title<br>Feature description text<br>[Learn More](link-url) |
|  | ## Another Feature<br>Another description<br>[Read More](link-url) |Structure
- Column 1: Image (will be displayed as feature card image)
- Column 2: Content (h3 heading, description paragraphs, and optional CTA link)
Grid Layouts
- Single row: Displays as single feature card (horizontal on desktop)
- 2 rows: Creates 2-up grid layout
- 3+ rows: Creates 3-up grid layout
Styling
The block uses EDS CSS custom properties and includes:
- Responsive grid layouts
- Hover effects and animations
- Flexible content structure
- Container-based responsive design
Browser Support
Compatible with all modern browsers that support CSS Container Queries and Grid.
