We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98e6df commit f043f7cCopy full SHA for f043f7c
docs/api-reference/themes/chakra-ui/uiSchema.md
@@ -4,17 +4,19 @@ When using `@rjsf/chakra-ui` there are a couple of ways to customize the feel of
4
5
## Styling
6
7
-You can use `ChakraProvider`, where you can customize the components at a theme level.\
+You can use `ChakraProvider`, where you can customize the field components at a theme level.
8
And, `uiSchema` allows for the use of a `"chakra"` `"ui:option"` to customize the styling of the form widgets.
9
10
```json
11
{
12
- "ui:options": {
13
- "chakra": {
14
- "p": "1rem",
15
- "color": "blue.200",
16
- "sx": {
17
- "margin": "0 auto"
+ "yourField": {
+ "ui:options": {
+ "chakra": {
+ "p": "1rem",
+ "color": "blue.200",
+ "sx": {
18
+ "margin": "0 auto"
19
+ }
20
}
21
22
0 commit comments