1.1.2 • Published 2 years ago

rjsf-chakra-ui-experimental v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Build Status npm npm downloads Contributors Apache 2.0 License

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