Core Cards Components Overview
The Osirion.Blazor Core Cards module provides a collection of card components for building modern, responsive UI layouts. These components offer flexible, reusable card designs for various content types.
Available Components
Feature Card
A versatile card component for showcasing features, services, or product highlights with icons, titles, and descriptions.
Subscription Card
Specialized card component for displaying subscription plans, pricing tiers, and service offerings with clear call-to-action elements.
Testimonial Card
Dedicated card component for customer testimonials, reviews, and user feedback with author attribution and styling options.
Key Features
- Responsive Design: All cards adapt to different screen sizes
- Customizable Styling: Flexible theming and appearance options
- Accessibility: Built-in accessibility features and ARIA support
- Performance Optimized: Lightweight and efficient rendering
Getting Started
To use card components in your project:
@using Osirion.Blazor.Core
<FeatureCard Title="Amazing Feature"
Description="This feature will revolutionize your workflow"
Icon="star" />
<SubscriptionCard Title="Pro Plan"
Price="$29/month"
Features="@features" />
<TestimonialCard Quote="This product changed everything for us!"
Author="John Doe"
Company="Tech Corp" />
Each card component is designed to be highly customizable while maintaining consistent design patterns throughout your application.
Related items

