1.7.0 • Published 1 month ago

@umbraco-ui/uui-card-block-type v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

uui-card-block-type

npm

Umbraco style card-block-type component.

Installation

ES imports

npm i @umbraco-ui/uui-card-block-type

Import the registration of <uui-card-block-type> via:

import '@umbraco-ui/uui-card-block-type';

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

import { UUICardBlockTypeElement } from '@umbraco-ui/uui-card-block-type';

Usage

<uui-card-block-type></uui-card-block-type>