Skip to main content
cngx-src documentation

CngxCardFooter

Directivev0.1.0WCAG AA

projects/common/card/card-footer.directive.ts

Import#

import { CngxCardFooter } from '@cngx/common/card'

Description#

Structural slot directive for the card footer region.

Must be placed on a native <footer> element - the selector enforces semantic correctness at compile time.

<cngx-card>
  <footer cngxCardFooter>Footer content</footer>
</cngx-card>

https://cngxjs.github.io/cngx/examples/#/common/card/title-subtitle-footer

Metadata#