UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

7 lines (6 loc) 230 B
import { headless } from "../cards/headlessCard"; import { createElement, draw } from "../Components"; export const Card = (compoent) => { const card = createElement('card'); return headless(draw(compoent)).draw(card); };