PrimeReact theme, fields, and widgets for react-jsonschema-form
.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
PrimeReact theme, fields, and widgets for react-jsonschema-form
.
primereact >= 8.0.0
primeicons >= 6.0.0
@rjsf/core >= 6
@rjsf/utils >= 6
@rjsf/validator-ajv8 >= 6
npm install primereact primeicons @rjsf/core
npm install @rjsf/primereact
import Form from '@rjsf/primereact';
or
import { withTheme } from '@rjsf/core';
import { Theme as PrimeReactTheme } from '@rjsf/primereact';
// Customize the theme with your own fields and widgets
const Form = withTheme(PrimeReactTheme);
See the general open issues.
Read our contributors' guide to get started.
rjsf team: https://github.com/orgs/rjsf-team/people
GitHub repository: https://github.com/rjsf-team/react-jsonschema-form