UNPKG

krishnamohan-yagneswaran-ui

Version:

A lightweight custom UI framework built by Krishnamohan Yagneswaran

8 lines (6 loc) 293 B
import { krishna } from '../krishnamohan.js'; export function KrishnamohanCard({ children }) { return krishna.createElement("div", { style: "padding: 1rem; border: 1px solid #ccc; border-radius: 8px; margin: 1rem 0;" }, ...(Array.isArray(children) ? children : [children])); }