@quadrel-enterprise-ui/qdc-cards
v19.1.0
Published
Library for loading dynamic and static translation files
Downloads
216
Readme
qdc-card
Card-style layout components.
1. Purpose & scope
Organize content into clean, consistent card layouts with headers, sections, and actions.
2. Install
npm i @quadrel-enterprise-ui/qdc-card3. Quick start
Import the module and drop the component in your template.
import { QdcCardLayoutModule } from "@quadrel-enterprise-ui/qdc-card";
@NgModule({
imports: [QdcCardLayoutModule]
})
export class AppModule {}<qdc-card-layout [config]="config"></qdc-card-layout>
<qdc-card [cardConfig]="cardConfig"></qdc-card>
...