Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 673 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 673 Bytes

uui-card-user

npm

See it in action

Preview the component on Storybook

Usage

npm i @umbraco-ui/uui-card-user

Import the registration of <uui-card-user> via:

import '@umbraco-ui/uui-card-user';

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

import { UUICardUserElement } from '@umbraco-ui/uui-card-user';

Example

INSERT EXAMPLE