@rjsf/primereact
TypeScript icon, indicating that this package has built-in type declarations

6.0.0-beta.11 • Public • Published

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

@rjsf/primereact

PrimeReact theme, fields, and widgets for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

PrimeReact theme, fields, and widgets for react-jsonschema-form.

Built With

Getting Started

Prerequisites

  • primereact >= 8.0.0
  • primeicons >= 6.0.0
  • @rjsf/core >= 6
  • @rjsf/utils >= 6
  • @rjsf/validator-ajv8 >= 6
npm install primereact primeicons @rjsf/core

Installation

npm install @rjsf/primereact

Usage

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);

Roadmap

See the general open issues.

Contributing

Read our contributors' guide to get started.

Contact

rjsf team: https://github.com/orgs/rjsf-team/people

GitHub repository: https://github.com/rjsf-team/react-jsonschema-form

Package Sidebar

Install

npm i @rjsf/primereact

Weekly Downloads

40

Version

6.0.0-beta.11

License

Apache-2.0

Unpacked Size

546 kB

Total Files

265

Last publish

Collaborators

  • epicfaace
  • rjsf-bot