UNPKG

@blaze/atoms

Version:

Open Source UI Toolkit - Atoms

9 lines (8 loc) 210 B
import { h, Component } from '@stencil/core'; export class CardBody { render() { return (h("div", { class: "c-card__body" }, h("slot", null))); } static get is() { return "blaze-card-body"; } }