simple-table-core 3.0.0-beta.11 → 3.0.0-beta.12
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 +20 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,29 +5,34 @@
|
|
|
5
5
|
[](https://github.com/petera2c/simple-table)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
|
|
8
|
-
Simple Table is a **lightweight**, **high-performance**
|
|
8
|
+
Simple Table is a **lightweight**, **high-performance**, **framework-agnostic** data grid and table component for building modern, scalable applications. With a **simple API**, **completely free features**, and a focus on developer experience, Simple Table works with any framework — or no framework at all.
|
|
9
9
|
|
|
10
10
|
<div align="center">
|
|
11
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
|
+
## Framework Support
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
Simple Table provides first-class adapters for the most popular frameworks:
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
| Framework | Package | Version |
|
|
19
|
+
|-----------|---------|---------|
|
|
20
|
+
| **Vanilla JS** | [`simple-table-core`](https://www.npmjs.com/package/simple-table-core) | [](https://www.npmjs.com/package/simple-table-core) |
|
|
21
|
+
| **React** | [`@simple-table/react`](https://www.npmjs.com/package/@simple-table/react) | [](https://www.npmjs.com/package/@simple-table/react) |
|
|
22
|
+
| **Vue 3** | [`@simple-table/vue`](https://www.npmjs.com/package/@simple-table/vue) | [](https://www.npmjs.com/package/@simple-table/vue) |
|
|
23
|
+
| **Svelte** | [`@simple-table/svelte`](https://www.npmjs.com/package/@simple-table/svelte) | [](https://www.npmjs.com/package/@simple-table/svelte) |
|
|
24
|
+
| **Solid** | [`@simple-table/solid`](https://www.npmjs.com/package/@simple-table/solid) | [](https://www.npmjs.com/package/@simple-table/solid) |
|
|
25
|
+
| **Angular** | [`@simple-table/angular`](https://www.npmjs.com/package/@simple-table/angular) | [](https://www.npmjs.com/package/@simple-table/angular) |
|
|
26
|
+
|
|
27
|
+
## Quick Start
|
|
19
28
|
|
|
20
29
|
```bash
|
|
21
30
|
npm install simple-table-core
|
|
22
31
|
```
|
|
23
32
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
**[👉 Follow our Quick Start Guide](https://www.simple-table.com/docs/quick-start)** for step-by-step instructions and live examples.
|
|
33
|
+
**[Follow our Quick Start Guide](https://www.simple-table.com/docs/quick-start)** for step-by-step instructions and live examples.
|
|
27
34
|
|
|
28
|
-
##
|
|
29
|
-
|
|
30
|
-
Explore Simple Table's capabilities with these focused examples:
|
|
35
|
+
## Features
|
|
31
36
|
|
|
32
37
|
### Column Features
|
|
33
38
|
|
|
@@ -69,9 +74,7 @@ Explore Simple Table's capabilities with these focused examples:
|
|
|
69
74
|
- **[Themes](https://www.simple-table.com/docs/themes)** - Apply built-in themes or create your own
|
|
70
75
|
- **[Custom Icons](https://www.simple-table.com/docs/custom-icons)** - Replace default icons with your own
|
|
71
76
|
|
|
72
|
-
##
|
|
73
|
-
|
|
74
|
-
### Real-World Examples
|
|
77
|
+
## Examples
|
|
75
78
|
|
|
76
79
|
See Simple Table in action across different industries:
|
|
77
80
|
|
|
@@ -104,12 +107,12 @@ See Simple Table in action across different industries:
|
|
|
104
107
|
|
|
105
108
|
</div>
|
|
106
109
|
|
|
107
|
-
##
|
|
110
|
+
## Resources
|
|
108
111
|
|
|
109
|
-
-
|
|
110
|
-
-
|
|
112
|
+
- **Website**: [simple-table.com](https://www.simple-table.com/)
|
|
113
|
+
- **Documentation**: [Complete Documentation](https://www.simple-table.com/docs/installation)
|
|
111
114
|
|
|
112
|
-
##
|
|
115
|
+
## Pricing
|
|
113
116
|
|
|
114
117
|
Simple, transparent pricing that never changes based on your revenue or team size:
|
|
115
118
|
|