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.
import { Card } from 'gadjet/dist/module/ui/card/card.js';
<script defer>
import { Card } from 'gadjet';
Card.define('el-card');
Card.tagStyle({
color: '#eee',
borderRadius: '4px'
})
<el-card></el-card>