UNPKG

@teknim/rjsf-mantine

Version:

Mantine theme, fields and widgets for react-jsonschema-form

7 lines 299 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Title } from '@mantine/core'; export default function TitleField(props) { const { id, title } = props; return title ? (_jsx(Title, { id: id, order: 3, fw: 'normal', children: title })) : null; } //# sourceMappingURL=TitleField.js.map