[![Build Status][build-shield]][build-url] [![npm][npm-shield]][npm-url] [![npm downloads][npm-dl-shield]][npm-dl-url] [![Contributors][contributors-shield]][contributors-url] [![Apache 2.0 License][license-shield]][license-url]

Logo

@rjsf/utils

Utility functions for react-jsonschema-form.
Explore the docs »

View Playground · Report Bug · Request Feature

## Table of Contents - [Table of Contents](#table-of-contents) - [About The Project](#about-the-project) - [Built With](#built-with) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [Roadmap](#roadmap) - [Contributing](#contributing) - [Contact](#contact) ## About The Project Exports `utils` functions for `react-jsonschema-form`. ### Built With - [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form/) - [TypeScript](https://www.typescriptlang.org/) ## Getting Started ### Installation ```bash yarn add @rjsf/utils ``` ## Usage ```jsx import * as Utils from '@rjsf/utils'; ``` ## Documentation [Utility function documentation](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/utility-functions/) ## Roadmap See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues) for a list of proposed features (and known issues). ## Contributing Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started. ## Contact rjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people) GitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) [build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg [build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions [contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg [contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors [license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square [license-url]: https://choosealicense.com/licenses/apache-2.0/ [npm-shield]: https://img.shields.io/npm/v/@rjsf/utils/latest.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/@rjsf/utils [npm-dl-shield]: https://img.shields.io/npm/dm/@rjsf/utils.svg?style=flat-square [npm-dl-url]: https://www.npmjs.com/package/@rjsf/utils