Skip to main content
Version: Current

Web Components - Card

The card component is a visual container without semantics, which takes children. Cards are snapshots of content that are typically used in a group to present collections of related information.

Setup

import { provideDesignSystem, alphaCard } from '@genesislcap/alpha-design-system';

provideDesignSystem().register(alphaCard());

Usage

Live Editor
Result
Loading...