Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

- [Ant Design](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/antd)
- [Bootstrap 3](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/core)
- [Bootstrap 4](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/bootstrap-4)
- [Fluent UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/fluent-ui)
- [Material UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/material-ui)
- [Semantic UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/semantic-ui)
Expand Down
1 change: 1 addition & 0 deletions docs/usage/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ meaning that you must load the Bootstrap stylesheet on the page to view the form
Theme Name | Status | Package Name / Link
---------- | ------- | -----------
Bootstrap 3 (default) | Published | `@rjsf/core`
Bootstrap 4 | Draft | `@rjsf/bootstrap-4`
material-ui | Published | `@rjsf/material-ui`
fluent-ui | Published | `@rjsf/fluent-ui`
antd | Published | `@rjsf/antd`
Expand Down