shinkansen-sprockets 1.0.68 → 1.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
## `shinkansen-sprockets`
|
2
2
|
|
3
|
-
|
3
|
+
Shinkansen generates JSON Schema valid documents from user submissions with `<html />` forms.
|
4
4
|
|
5
|
-
|
5
|
+
# Cogs
|
6
6
|
|
7
|
-
|
7
|
+
_Sprockets_ are React components for input groups.
|
8
|
+
|
9
|
+
_Sprockets_ are composed of _Cogs_ to provide named components for _Engine_.
|
8
10
|
|
9
11
|
## See also
|
10
12
|
|
11
|
-
- [
|
13
|
+
- [Cogs](https://github.com/modernpoacher/shinkansen-cogs)
|
14
|
+
- [Engine](https://github.com/modernpoacher/shinkansen-engine)
|