rjsf-chakra-ui-experimental
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

@kpilens/rjsf-chakra-ui

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

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

@rjsf/chakra-ui Screen Shot

Exports chakra-ui theme, fields and widgets for react-jsonschema-form.

Built With

Getting Started

Prerequisites

  • @chakra-ui/core >= 1.0.0
  • react >= 16.0.0
  • @rjsf/core >= 2.0.0
yarn add @chakra-ui/core@next

Installation

yarn add @kpilens/rsjf-chakra-ui @rsjf/core

Usage

import Form from '@kpilens/rjsf-chakra-ui';

or

import { withTheme } from '@rjsf/core';
import { Theme as ChakraUITheme } from '@kpilens/rjsf-chakra-ui';

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

const Form = withTheme(ChakraUITheme);

Roadmap

See the open issues for a list of proposed features (and known 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

Dependencies (5)

Dev Dependencies (20)

Package Sidebar

Install

npm i rjsf-chakra-ui-experimental

Weekly Downloads

1

Version

1.1.2

License

Apache-2.0

Unpacked Size

234 kB

Total Files

48

Last publish

Collaborators

  • koolamusic