You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@consolecore/rjsf-antd

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@consolecore/rjsf-antd

Ant Design theme, fields and widgets for react-jsonschema-form

Source
npmnpm
Version
5.16.6
Version published
Weekly downloads
3
50%
Maintainers
6
Weekly downloads
 
Created
Source

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

@rjsf/antd

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

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

Ant Design theme, fields and widgets for react-jsonschema-form.

Built With

Getting Started

Prerequisites

  • antd >= 4.0.0
  • @ant-design/icons >= 4.0.0
  • dayjs >= 1.8.0
  • @consolecore/rjsf-core >= 2.0.0
npm install antd @ant-design/icons dayjs @consolecore/rjsf-core

Installation

npm install @rjsf/antd

Usage

import Form from '@rjsf/antd';

or

import { withTheme } from '@consolecore/rjsf-core';
import { Theme as AntDTheme } from '@rjsf/antd';

// Make modifications to the theme with your own fields and widgets

const Form = withTheme(AntDTheme);

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

Keywords

antd

FAQs

Package last updated on 21 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts