simple-table-core 1.6.2 → 1.6.3
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 +8 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Simple Table is a **lightweight**, **high-performance** React data grid component for building modern, scalable applications. With a **simple API**, **completely free features**, and a focus on developer experience, Simple Table makes it easy to create powerful, responsive tables.
|
|
9
9
|
|
|
10
10
|
<div align="center">
|
|
11
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-
|
|
11
|
+
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-light.png?raw=true" alt="Simple Table Infrastructure Dashboard" width="800" />
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
14
|
## Why Simple Table?
|
|
@@ -18,12 +18,6 @@ Simple Table is a **lightweight**, **high-performance** React data grid componen
|
|
|
18
18
|
- **Intuitive**: Minimal boilerplate with a clean, React-first API
|
|
19
19
|
- **TypeScript-ready**: Full TypeScript support for type-safe development
|
|
20
20
|
|
|
21
|
-
## Live Demo
|
|
22
|
-
|
|
23
|
-
<div align="center">
|
|
24
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/simple-table-demo-fast.gif?raw=true" alt="Simple Table Demo" width="600" />
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
21
|
## 🚀 Quick Start
|
|
28
22
|
|
|
29
23
|
Get started with Simple Table in just a few lines of code!
|
|
@@ -90,23 +84,23 @@ See Simple Table in action across different industries:
|
|
|
90
84
|
|
|
91
85
|
<div align="center">
|
|
92
86
|
|
|
93
|
-
**
|
|
94
|
-
|
|
95
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-light-screenshot.png?raw=true" alt="Infrastructure Dashboard" width="800" />
|
|
87
|
+
**CRM Leads**
|
|
96
88
|
|
|
97
89
|
<br />
|
|
98
90
|
<br />
|
|
99
91
|
|
|
100
|
-
|
|
92
|
+
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-light.png?raw=true" alt="CRM Leads" width="800" />
|
|
93
|
+
|
|
94
|
+
**HR Dashboard**
|
|
101
95
|
|
|
102
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/
|
|
96
|
+
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/HR-dark.png?raw=true" alt="HR Dashboard" width="800" />
|
|
103
97
|
|
|
104
98
|
<br />
|
|
105
99
|
<br />
|
|
106
100
|
|
|
107
|
-
**
|
|
101
|
+
**Manufacturing**
|
|
108
102
|
|
|
109
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/
|
|
103
|
+
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/manufacturing-light.png?raw=true" alt="Manufacturing Dashboard" width="800" />
|
|
110
104
|
|
|
111
105
|
</div>
|
|
112
106
|
|
package/package.json
CHANGED