@bryntum/grid 7.1.2 → 7.2.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/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
|
+
<br>
|
|
2
|
+
<br>
|
|
3
|
+
|
|
1
4
|
<p align="center">
|
|
2
5
|
<a href="https://bryntum.com/" rel="noopener" target="_blank">
|
|
3
|
-
<img
|
|
6
|
+
<img height="50" src="https://bryntum.com/resources/bryntum_logo_blue.svg" alt="Bryntum logo">
|
|
4
7
|
</a>
|
|
5
8
|
</p>
|
|
6
9
|
|
|
10
|
+
<br>
|
|
11
|
+
|
|
7
12
|
# Bryntum Grid placeholder package
|
|
8
13
|
|
|
9
14
|
This is a placeholder package. The licensed version of Bryntum Grid is hosted on the private Bryntum npm registry.
|
|
10
15
|
|
|
11
16
|
**Looking to try Bryntum Grid?** Install our trial package: [`@bryntum/grid-trial`](https://www.npmjs.com/package/@bryntum/grid-trial)
|
|
12
17
|
|
|
18
|
+
<p align="center">
|
|
19
|
+
<img src="https://bryntum.com/products/grid/examples/meta/thumb.2048.png" alt="Bryntum Grid Screenshot" width="600">
|
|
20
|
+
</p>
|
|
21
|
+
|
|
13
22
|
## Trial version
|
|
14
23
|
|
|
15
24
|
Trial packages are available on the public npm registry without authentication.
|