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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Drag and Drop editor for building [Data Driven Forms](https://github.com/data-dr
15
15
16
16
# Packages
17
17
18
-
## dnd
18
+
## [dnd](./packages/dnd/)
19
19
20
20
Drag and Drop system powering the editor.
21
21
@@ -28,17 +28,17 @@ Roadmap
28
28
29
29
-[ ] keyboard support
30
30
31
-
## editor-core
31
+
## [editor-core](./packages/editor-core/)
32
32
33
33
A set of utilities for building Data Driven Forms editors. Using these components and hooks you can easily build and customize your own editor in short time.
34
34
35
-
## editor-pro
35
+
## [editor-pro](./packages/editor-pro/)
36
36
37
37
An implementation of editor using `editor-core` utilities. Using [Evergreen-ui](https://github.com/segmentio/evergreen) to look neutral when using with other mappers.
0 commit comments