Feature Grid #13
Reference in New Issue
Block a user
Delete Branch "adilallo/component/FeatureGrid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add FeatureGrid Component with MiniCard and ContentLockup Variants
Overview
This PR introduces a new
FeatureGridcomponent that displays feature tools and services in a responsive grid layout, along with supporting subcomponents and enhancements to existing components.Components Added/Modified
New Components
FeatureGrid- Main component with responsive layout (2x2 mobile, 1x4 tablet/desktop)MiniCard- Feature card component with colored backgrounds and two-line labelsEnhanced Components
ContentLockup- Addedfeaturevariant with white text and link supportKey Features
FeatureGrid
lgbreakpoint with ContentLockup on left, MiniCard grid on right#171717) with rounded cornersMiniCard
ContentLockup Feature Variant
Screenshots
Technical Implementation
Responsive Design
grid-cols-2 md:grid-cols-4[container-type:inline-size]clamp()andcalc()for optimal layoutAccessibility
<section>elementStyling
Testing