import { ReactNode } from "react"; import "./Name.css"; import { getCN, usePadding, randomId } from "../utils"; function Name({ children, before, after, ...props }: { [x: string]: any }) { if (!props.padding) props.padding = false; return (