syncfusion-blazor-card — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-blazor-card (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The Syncfusion Blazor Card component is a lightweight, flexible container for organizing content with headers, images, text, action buttons, and custom styling. Cards are ideal for displaying grouped information in a visually appealing format.
Use this skill when you need to:
The SfCard component provides:
CardHeader, CardContent, CardImage, CardFooter📄 Read: references/getting-started.md
📄 Read: references/building-card-structure.md
📄 Read: references/card-layouts-and-orientation.md
📄 Read: references/action-buttons-and-footers.md
📄 Read: references/styling-and-customization.md
📄 Read: references/api-reference.md
@using Syncfusion.Blazor.Cards
<SfCard>
<CardHeader Title="Welcome" SubTitle="Getting Started"></CardHeader>
<CardContent Content="This is a basic Syncfusion Blazor Card component with header and content."></CardContent>
</SfCard>@using Syncfusion.Blazor.Cards
@using Syncfusion.Blazor.Buttons
<SfCard>
<CardImage Image="images/card.png"/>
<CardHeader Title="Product Title" SubTitle="by Company"></CardHeader>
<CardContent Content="Description of the product goes here with key features and benefits."></CardContent>
<CardFooter>
<CardFooterContent>
<SfButton CssClass="e-btn e-outline e-primary">BUY NOW</SfButton>
<SfButton CssClass="e-btn e-outline">DETAILS</SfButton>
</CardFooterContent>
</CardFooter>
</SfCard>@using Syncfusion.Blazor.Cards
<SfCard Orientation="CardOrientation.Horizontal">
<CardStacked>
<CardHeader Title="Syncfusion Card" />
<CardContent Content="The Syncfusion Blazor Card component is used to display content in organized containers." />
</CardStacked>
<img src="images/card-image.png" alt="Card" />
</SfCard>Combine image, header, description, and action buttons for product listings.
<SfCard>
<CardImage Image="product.png"/>
<CardHeader Title="Product Name" SubTitle="$49.99"/>
<CardContent Content="High-quality product description with key features."/>
<CardFooter>
<CardFooterContent>
<SfButton CssClass="e-btn e-primary">ADD TO CART</SfButton>
</CardFooterContent>
</CardFooter>
</SfCard>Display user information with avatar and action buttons.
<SfCard>
<CardHeader Title="John Doe" SubTitle="UI Designer" ImageUrl="avatar.png"/>
<CardContent Content="Creative designer with 5+ years experience in web and mobile design."/>
<CardFooter>
<CardFooterContent>
<SfButton CssClass="e-btn e-outline">FOLLOW</SfButton>
<SfButton CssClass="e-btn e-outline">MESSAGE</SfButton>
</CardFooterContent>
</CardFooter>
</SfCard>Use multiple CardContent elements with dividers to organize information.
<SfCard>
<CardHeader Title="City Information" />
<CardContent EnableSeparator="true">
<strong>Sydney</strong><br/>
Capital of New South Wales, Australia
</CardContent>
<CardContent EnableSeparator="true">
<strong>Location</strong><br/>
East coast of Australia
</CardContent>
<CardContent EnableSeparator="true">
<strong>Population</strong><br/>
Approximately 4 million residents
</CardContent>
</SfCard>| Component | Purpose |
|---|---|
SfCard | Root card container with optional Orientation property |
CardHeader | Displays Title, SubTitle, and optional ImageUrl |
CardImage | Renders image elements within card |
CardContent | Contains text and HTML content with optional EnableSeparator |
CardFooter | Footer section for action buttons |
CardFooterContent | Container for footer content (buttons) |
CardStacked | Creates vertical section in horizontal cards |
| Property | Values | Purpose |
|---|---|---|
Orientation | Vertical (default), Horizontal | Arranges card elements |
ID | string | Unique identifier for card |
Title | string | Card header main title |
SubTitle | string | Card header subtitle |
ImageUrl | string | Path to header image |
Content | string | Card content text |
EnableSeparator | true/false | Adds divider between sections |
Image | string | CardImage source path |
When choosing card layout:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.