Twitter2.3k

Card

Displays a card with header, content, and footer.

Login to your account

Enter your email below to login to your account

Installation

ng g @spartan-ng/cli:ui card

Usage

import { HlmCardImports } from '@spartan-ng/helm/card';
<section hlmCard>
  <div hlmCardHeader>
    <h3 hlmCardTitle>Card Title</h3>
    <p hlmCardDescription>Card Description</p>
		<div hlmCardAction></div>
  </div>
  <p hlmCardContent>Card Content</p>
  <p hlmCardFooter>Card Footer</p>
</section>

Helm API

HlmCardAction

Selector: [hlmCardAction]

HlmCardContent

Selector: [hlmCardContent]

HlmCardDescription

Selector: [hlmCardDescription]

HlmCardFooter

Selector: [hlmCardFooter]

HlmCardHeader

Selector: [hlmCardHeader]

HlmCardTitle

Selector: [hlmCardTitle]

HlmCard

Selector: [hlmCard]

Carousel Button