rjsf-chakra-ui-experimental
v1.1.2
Published
chakra UI theme, fields and widgets for react-jsonschema-form
Downloads
6
Maintainers
Readme
Table of Contents
About The Project
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