UNPKG

create-bruh

Version:
9 lines (6 loc) 184 B
import { t } from "bruh/dom" const counterNumber = t(0).setTag("counterNumber") export default () => <button class="counter"> Click to increment: { counterNumber } </button>