0.2.1 • Published 9 months ago

smhost-template-forms v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

SpringMicroHost Template Forms

Uses react-jsonschema-form and theming heavily inspired by https://github.com/xtivia/rjsf-tailwind-daisyui-example/tree/main

Usage

import { FormProps } from "@rjsf/utils";
import validator from "@rjsf/validator-ajv8";
import { DaisyUIForm } from "smhost-template-forms";

function MyForm(props: FormProps) {
  return <DaisyUIForm {...props} validator={validator} schema={props.schema} />;
}
0.2.1

9 months ago

0.2.0

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago