waffle-board 0.1.0 → 0.1.1

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # Waffle Board
2
2
 
3
- A modern, responsive dashboard built with React, Vite, and **Waffle Charts**.
3
+ A **JSON schema-based dashboard renderer** for React. Build complex, draggable grid layouts simply by defining a JSON configuration.
4
4
 
5
- ![Dashboard Preview](https://github.com/mbuchthal/waffle-charts/raw/main/public/gallery-preview.png)
5
+ ![Dashboard Preview](https://github.com/mbuchthal/waffle-board/raw/main/public/preview.png)
6
6
 
7
7
  ## Features
8
8
 
9
+ - **JSON-Driven**: Define your entire dashboard layout and widget configuration in a simple JSON object.
10
+ - **Drag & Drop**: Built-in support for resizing and rearranging widgets (powered by `react-grid-layout`).
9
11
  - **Theme System**: 4 distinct themes (Ocean, Forest, Sunset, Default) with dark mode support.
10
12
  - **Waffle Charts Integration**: Showcases the full power of the [Waffle Charts](https://github.com/mbuchthal/waffle-charts) library.
11
- - **Responsive Layout**: Built with `react-grid-layout` for draggable, resizable widgets.
12
13
  - **Modern UI**: Clean aesthetics using Tailwind CSS and Lucide icons.
13
14
 
14
15
  ## Tech Stack
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waffle-board",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "main": "dist-lib/waffle-board.umd.js",
6
6
  "module": "dist-lib/waffle-board.es.js",