@rjsf/semantic-ui v5.15.1
Table of Contents
- Table of Contents
- About The Project
- Getting Started
- Usage
- Optional Semantic UI Theme properties
- Roadmap
- Contributing
- Contact
About The Project
Exports semantic-ui
theme, fields and widgets for react-jsonschema-form
.
Built With
Getting Started
- See the getting started guide on react-semantic-ui.
Prerequisites
@semantic-ui-react >= 0.87.0
@semantic-ui-css >= 2.4.1
(default theme for semantic-ui); see theming guide if you wish to customize@rjsf/core >= 2.0.0
yarn add semantic-ui-css semantic-ui-react @rjsf/core
Installation
yarn add @rjsf/semantic-ui
Usage
import Form from '@rjsf/semantic-ui';
or
import { withTheme } from '@rjsf/core';
import { Theme as SemanticUITheme } from '@rjsf/semantic-ui';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(SemanticUITheme);
Optional Semantic UI Theme properties
- To pass additional properties to widgets, see this guide.
Semantic Widget Optional Properties
- Semantic props for TextWidget
- Semantic props for CheckboxWidget
- Semantic props for SelectWidget
- Semantic props for RangeWidget
- Semantic props for RadioWidget
- Semantic props for PasswordWidget
- Semantic props for UpDownWidget
- Semantic props for TextAreaWidget
Custom Semantic Widget Properties
Below are the current default options for all widgets:
{
"ui:options": {
"semantic": {
"fluid": true,
"inverted": false,
"errorOptions": {
"size": "small",
"pointing": "above"
}
}
}
}
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
3 days ago
10 days ago
2 months ago
2 months ago
3 months ago
4 months ago
4 months ago
14 days ago
23 days ago
27 days ago
4 months ago
4 months ago
5 months ago
1 month ago
1 month ago
1 month ago
1 month ago
6 months ago
6 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
9 months ago
9 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
8 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
12 months ago
11 months ago
12 months ago
11 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago