Module

x/live/engine/schema/utils.ts>beautify

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
variable beautify
import { beautify } from "https://dotland.deno.dev/x/live@1.107.0/engine/schema/utils.ts";

Transforms myPropName into "My Prop Name" for cases when there's no label specified

TODO: Support i18n in the future

type

(propName: string) => unknown