zinggrid-metadata 1.0.0

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/LICENSE.md ADDED
@@ -0,0 +1,3 @@
1
+ All of the code within the ZingGrid software is developed and copyrighted by ZingSoft, Inc., and may not be copied,
2
+ replicated, or used in any other software or application without prior permission from ZingGrid. All usage must coincide with the
3
+ ZingGrid End User License Agreement which can be requested by email at support@zingsoft.com.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # ZingGrid Metadata
2
+
3
+ This repository contains the capabilities metadata and feature registry for ZingGrid.
4
+
5
+ The capabilities metadata defines the configuration contract for each component, including required and disallowed attributes.
6
+
7
+ The feature registry defines the set of available features and, for each feature, documents related, analogous, and alternative features.
8
+
9
+ > Note: This repository does **not** include the ZingGrid library itself. Install `zinggrid` via npm to use the components.
10
+
11
+
12
+ ## Installation
13
+
14
+ Install the main ZingGrid library:
15
+
16
+ ```bash
17
+ npm install zinggrid
18
+ ```