You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/schemas/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ RJSF Schemas, based on the React JSON Schema Form library, define the structure,
12
12
Include the required schema in your React component by importing it. For example:
13
13
14
14
```javascript
15
-
importMyFormSchemafrom'@layer5/sistent';
15
+
importMyFormSchemafrom'@sistent/sistent';
16
16
```
17
17
18
18
1.**Rendering Forms:**
19
19
Integrate the schema into your component to render the form dynamically. Use already created generic RJSF components or use RJSF Form component directly.
0 commit comments