@andreagiugni/tailwind-dashboard-ui 0.5.6 → 0.5.8

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -8,6 +8,13 @@ where visually meaningful — accepts inline `bgColor` / `textColor` / `borderCo
8
8
  Dual ESM + CJS builds with TypeScript types. Every component — including the data-viz widgets
9
9
  (charts, calendar, map) — is exported from the single package entry point.
10
10
 
11
+ ## Live preview
12
+
13
+ [![TailDashboardUI component library preview](https://taildashboardui.com/assets/taildashboardui-preview.png)](https://taildashboardui.com)
14
+
15
+ Explore every component with interactive previews, copy-ready snippets and complete prop
16
+ references at **[taildashboardui.com](https://taildashboardui.com)**.
17
+
11
18
  ## Install
12
19
 
13
20
  ```bash
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@andreagiugni/tailwind-dashboard-ui",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "description": "Reusable React + Tailwind CSS v4 dashboard components extracted from TailAdmin.",
5
+ "homepage": "https://taildashboardui.com",
5
6
  "author": "Andrea Giugni",
6
7
  "license": "MIT",
7
8
  "type": "module",