UNPKG

@astarte-platform/react-bootstrap

Version:

React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap, this is a package from a fork of official project

112 lines (80 loc) 3.53 kB
<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/rjsf-team/react-jsonschema-form"> <img src="bootstrap-logo.png" alt="Logo" width="140" height="120"> </a> <h3 align="center">@astarte-platform/react-bootstrap</h3> <p align="center"> Bootstrap 5 theme, fields and widgets for <a href="https://github.com/mozilla-services/react-jsonschema-form/"><code>react-jsonschema-form</code></a>. <br /> <a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a> · <a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Report Bug</a> · <a href="https://github.com/rjsf-team/react-jsonschema-form/issues">Request Feature</a> </p> </p> <!-- TABLE OF CONTENTS --> ## 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) - [Contributing](#contributing) - [Contact](#contact) <!-- ABOUT THE PROJECT --> ## About The Project Exports `react-bootstrap` theme, fields and widgets for `react-jsonschema-form`. ### Built With - [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form/) - [Bootstrap-5](https://getbootstrap.com/docs/5.3/) - [TypeScript](https://www.typescriptlang.org/) <!-- GETTING STARTED --> ## Getting Started ### Prerequisites - `react-bootstrap >= 1.0.1` - `@rjsf/core >= 2.2.0` ```bash yarn add react-bootstrap @rjsf/core ``` ### Installation ```bash yarn add @astarte-platform/react-bootstrap ``` ## Usage ```js import Form from 'packages/react-bootstrap'; ``` or ```js import { withTheme } from '@rjsf/core'; import { Theme as Bootstrap4Theme } from 'packages/react-bootstrap'; const Form = withTheme(Bootstrap4Theme); ``` <!-- CONTRIBUTING --> ## Contributing Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started. <!-- CONTACT --> ## 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) <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> [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/react-bootstrap/latest.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/@rjsf/react-bootstrap [npm-dl-shield]: https://img.shields.io/npm/dm/@rjsf/react-bootstrap.svg?style=flat-square [npm-dl-url]: https://www.npmjs.com/package/@rjsf/react-bootstrap [product-screenshot]: https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/react-bootstrap/screenshot.png