UNPKG

krishnamohan-yagneswaran-ui

Version:

A lightweight custom UI framework built by Krishnamohan Yagneswaran

8 lines (6 loc) 270 B
import { krishna } from '../krishnamohan.js'; export function KrishnamohanHeader({ title = "Welcome to KrishnamohanJS" }) { return krishna.createElement("h1", { style: "font-size: 2rem; text-align: center; color: #222; margin-bottom: 1rem;" }, title); }