@trackunit/react-core-contexts-api 0.0.36 → 0.0.39
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 +12 -3
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
|
-
|
1
|
+
# Trackunit React Core Contexts API
|
2
|
+
The `@trackunit/react-core-contexts-api` package is a small package containing reusable types for the Trackunit Iris App SDK.
|
2
3
|
|
3
|
-
|
4
|
+
Trackunit Iris Apps are used by external developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
|
4
5
|
|
5
|
-
|
6
|
+
For a full guide on Iris App Development, please visit our [Developer Hub](https://developers.trackunit.com/)
|
7
|
+
## Basic Usage
|
8
|
+
This package is not meant for isolated usage but is a part of the [`@trackunit/iris-app`](https://www.npmjs.com/package/@trackunit/iris-app) package.
|
9
|
+
|
10
|
+
## Trackunit
|
11
|
+
This package was developed by Trackunit ApS.
|
12
|
+
Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
|
13
|
+
|
14
|
+

|