Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 459 Bytes

uui-card

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-card

Usage

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

class MyCardElement extends UUICardElement {}