|
5 | 5 | [](https://github.com/petera2c/simple-table) |
6 | 6 | [](LICENSE) |
7 | 7 |
|
8 | | -Simple Table is a **lightweight**, **high-performance** React table and 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. |
| 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 | | -## 🚀 Quick Start |
| 14 | +## Framework Support |
15 | 15 |
|
16 | | -Get started with Simple Table in just a few lines of code! |
| 16 | +Simple Table provides first-class adapters for the most popular frameworks: |
17 | 17 |
|
18 | | -### Installation |
| 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 | | -### 📖 Complete Guide |
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 | | -## Quick Examples |
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 | | -## 🎯 Examples & Use Cases |
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 | | -## 📚 Resources |
| 110 | +## Resources |
108 | 111 |
|
109 | | -- **🌐 Website**: [simple-table.com](https://www.simple-table.com/) |
110 | | -- **📖 Documentation**: [Complete Documentation](https://www.simple-table.com/docs/installation) |
| 112 | +- **Website**: [simple-table.com](https://www.simple-table.com/) |
| 113 | +- **Documentation**: [Complete Documentation](https://www.simple-table.com/docs/installation) |
111 | 114 |
|
112 | | -## 💰 Pricing |
| 115 | +## Pricing |
113 | 116 |
|
114 | 117 | Simple, transparent pricing that never changes based on your revenue or team size: |
115 | 118 |
|
|
0 commit comments