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.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# Waffle Board
|
|
2
2
|
|
|
3
|
-
A
|
|
3
|
+
A **JSON schema-based dashboard renderer** for React. Build complex, draggable grid layouts simply by defining a JSON configuration.
|
|
4
4
|
|
|
5
|
-

|
|
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
|