@tenorlab/react-dashboard 1.5.45 → 1.6.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 +21 -43
- package/README.md +24 -25
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,43 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
redistribution of the Software's source code—whether in its original form
|
|
23
|
-
or as a modified derivative work—is STRICTLY PROHIBITED.
|
|
24
|
-
|
|
25
|
-
You may not include this Software, or any portion thereof, in any:
|
|
26
|
-
- Software Development Kit (SDK)
|
|
27
|
-
- UI Component Library or Framework
|
|
28
|
-
- Website/Dashboard Starter Template or Boilerplate
|
|
29
|
-
- "Dashboard Builder" or similar tool intended for use by other developers.
|
|
30
|
-
|
|
31
|
-
3. DERIVATIVE WORKS & MODIFICATIONS
|
|
32
|
-
You are permitted to modify and extend the Software for the sole purpose of
|
|
33
|
-
building a specific "End Product" application. Modifying the code does not
|
|
34
|
-
transfer ownership of the underlying logic, nor does it grant permission
|
|
35
|
-
to bypass the Commercial License requirement or the Redistribution Restrictions.
|
|
36
|
-
|
|
37
|
-
4. TERMINATION
|
|
38
|
-
Failure to comply with these terms automatically terminates your right to
|
|
39
|
-
use the Software. Tenorlab reserves all rights not expressly granted herein.
|
|
40
|
-
|
|
41
|
-
5. CONTACT & INQUIRIES
|
|
42
|
-
For licensing questions or professional inquiries, please visit:
|
|
43
|
-
https://www.tenorlab.com
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 tenorlab
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @tenorlab/react-dashboard
|
|
2
2
|
|
|
3
|
-
[](https://opensource.org/licenses/MIT)
|
|
4
|
+
[](https://www.tenorlab.com)
|
|
5
|
+
[](https://react.dev/)
|
|
6
6
|
|
|
7
|
-
Foundation components for creating user-configurable, high-performance dashboards in React.
|
|
7
|
+
Foundation components for creating user-configurable, high-performance dashboards in React.
|
|
8
8
|
|
|
9
9
|
## 🏗 Relationship to Core
|
|
10
10
|
|
|
@@ -14,8 +14,9 @@ This package extends **@tenorlab/dashboard-core**. It provides the React impleme
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
## Demos
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
|
|
18
|
+
* [**React Demo**](https://react.tenorlab.com) (built with **@tenorlab/react-dashboard**)
|
|
19
|
+
* [**Vue Demo**](https://vue.tenorlab.com) (built with **@tenorlab/vue-dashboard**)
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
## ✨ Features
|
|
@@ -358,8 +359,8 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
|
|
|
358
359
|
|
|
359
360
|
- **`DashboardGrid`**: The main layout engine for positioning widgets.
|
|
360
361
|
- **`WidgetContainer`**: Wrapper providing common widget UI (headers, actions, loading states).
|
|
361
|
-
- **`WidgetsCatalogFlyout`**: A
|
|
362
|
-
- **`DynamicWidgetLoader`**:
|
|
362
|
+
- **`WidgetsCatalogFlyout`**: A draggable panel for users to browse and add new widgets.
|
|
363
|
+
- **`DynamicWidgetLoader`**: The core widget loader component.
|
|
363
364
|
|
|
364
365
|
### Hooks & State
|
|
365
366
|
|
|
@@ -371,12 +372,13 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
|
|
|
371
372
|
|
|
372
373
|
|
|
373
374
|
## Links
|
|
375
|
+
|
|
374
376
|
- [@tenorlab/react-dashboard](https://www.npmjs.com/package/@tenorlab/react-dashboard): React-specific components
|
|
375
377
|
- [@tenorlab/vue-dashboard](https://www.npmjs.com/package/@tenorlab/vue-dashboard): Vue-specific components
|
|
376
378
|
- [Official Website](https://www.tenorlab.com)
|
|
377
|
-
- [React Demo](https://react.tenorlab.com)
|
|
378
|
-
- [Vue Demo](https://vue.tenorlab.com)
|
|
379
|
-
- [
|
|
379
|
+
- [React Demo](https://react.tenorlab.com)
|
|
380
|
+
- [Vue Demo](https://vue.tenorlab.com)
|
|
381
|
+
- [Get the Pro Template](https://payhip.com/b/gPBpo)
|
|
380
382
|
- [Follow on BlueSky](https://bsky.app/profile/tenorlab.bsky.social)
|
|
381
383
|
|
|
382
384
|
|
|
@@ -385,21 +387,18 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
|
|
|
385
387
|
|
|
386
388
|
## ⚖️ Licensing & Usage
|
|
387
389
|
|
|
388
|
-
|
|
390
|
+
**@tenorlab/react-dashboard** is [MIT licensed](https://opensource.org/licenses/MIT).
|
|
391
|
+
|
|
392
|
+
It provides the foundational components and logic for building dashboards. You are free to use it in any project, personal or commercial.
|
|
393
|
+
|
|
394
|
+
## ⚡️ Go Pro and Save Time: Tenorlab App Template
|
|
389
395
|
|
|
390
|
-
|
|
391
|
-
If you are a student, hobbyist, or working on a non-profit open-source project, you may use this library for free under the terms of the **Polyform Non-Commercial 1.0.0** license.
|
|
396
|
+
A commercial license for a full-blown professional app template is available for purchase [**here**](https://www.tenorlab.com) and comes with:
|
|
392
397
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
*
|
|
396
|
-
*
|
|
397
|
-
* Using the library within a for-profit company or startup.
|
|
398
|
-
* Including the library in a product that is sold or requires a subscription.
|
|
398
|
+
* **Full Application Shell:** A clean, optimized Vite + TypeScript project structure (with either React or Vue).
|
|
399
|
+
* **Dashboard Management:** Production-ready logic for creating, listing, renaming, and deleting multiple user-defined dashboards.
|
|
400
|
+
* **Implementation Examples:** Expert patterns for both "Read-Only" (Analyst view) and "User-Editable" (Admin view) dashboard modes.
|
|
401
|
+
* **Tenorlab Theme Engine:** A sophisticated Tailwind-based system supporting multiple custom themes (not just Light/Dark mode).
|
|
399
402
|
|
|
400
|
-
**Purchase a Commercial License here:** [https://www.tenorlab.com](https://www.tenorlab.com)
|
|
401
403
|
|
|
402
|
-
|
|
403
|
-
To protect the integrity of this framework, **redistribution of the source code is strictly prohibited**.
|
|
404
|
-
* You **may** use and modify the code to build an "End Product" (e.g., a dashboard for a specific app).
|
|
405
|
-
* You **may NOT** redistribute the source code (original or modified) as a standalone library, UI kit, starter template, or "dashboard builder" for other developers to use.
|
|
404
|
+
[**Live React Demo**](https://react.tenorlab.com), [**Live Vue Demo**](https://vue.tenorlab.com)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenorlab/react-dashboard",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Foundation components for creating user-configurable dashboards in React",
|
|
5
5
|
"author": "Damiano Fusco",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"zustand": "^5.0.0 || ^5.0.9"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@tenorlab/dashboard-core": "^1.
|
|
60
|
+
"@tenorlab/dashboard-core": "^1.6.0",
|
|
61
61
|
"@types/node": "^24.10.1",
|
|
62
62
|
"@types/react": "19.2.3",
|
|
63
63
|
"@types/react-dom": "19.2.3",
|