<demo-wc-card>
A content frame that looks like a card with a back and front side.
;;
const usage = { return html` `;};
Installation
npm i demo-wc-card
Usage
;
API
You can provide multiple options to adjust the output like so.
Header
You can give it a different header
by providing it as a string
const header = { return html` `;};
BackSide
You wanna show the back side first? use the back-side
as an attribute.
const backSide = { return html` `;};
Variations
See more variations here.
title: 'Demo Card/Main';