Card

Preview


Dessert

A whole batch of basic vanilla cupcakes, topped with the best buttercream I’ve ever ever. If you don’t know how to make anything else in your life, at very least, perfect the vanilla cupcake.

Module & Import


js

import { Card } from 'gadjet/dist/module/ui/card/card.js';

Usage


js <script defer>

import { Card } from 'gadjet';

Card.define('el-card');
Card.tagStyle({
    color: '#eee',
    borderRadius: '4px'
})

html

<el-card></el-card>
gadjet
Getting Started Style Portion UI