UNPKG

@ea-lab/reactive-json

Version:

A REACT-based lib that transforms JSON (or YAML) into interactive HTML markup.

6 lines (5 loc) 187 B
import { jsx as i } from "react/jsx-runtime"; const n = (e) => /* @__PURE__ */ i("visually-hidden", { style: { display: "none" }, children: e.children }); export { n as VisuallyHide };