Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 849 Bytes

File metadata and controls

35 lines (22 loc) · 849 Bytes

uui-card-content-node

npm

Umbraco style card-content-node component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-card-content-node

Import the registration of <uui-card-content-node> via:

import '@umbraco-ui/uui-card-content-node';

When looking to leverage the UUICardContentNodeElement base class as a type and/or for extension purposes, do so via:

import { UUICardContentNodeElement } from '@umbraco-ui/uui-card-content-node';

Usage

<uui-card-content-node></uui-card-content-node>