Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed May 28, 2022
1 parent 82d74ce commit 81301f5
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions README.md
Expand Up @@ -20,7 +20,17 @@
Visit the [documentation](https://svelte-headless-table.bryanmylee.com/) for code examples and API reference, and get started with the [quick start guide](https://svelte-headless-table.bryanmylee.com/docs/getting-started/quick-start)!

Svelte Headless Table has **full TypeScript support** and is compatible with **SvelteKit**!
## Why Svelte Headless Table?

Svelte Headless Table is designed to work **seamlessly** with Svelte. If you love Svelte, you will love Svelte Headless Table.

* **Full TypeScript support**
* Compatible with **SvelteKit** and SSR
* Manage state with Svelte stores
* Headless and fully customizable
* Intuitive column-first declarative model
* Highly performant
* Feature-rich

## All the features you could ever need!

Expand All @@ -43,24 +53,6 @@ Easily extend Svelte Headless Table with complex **sorting**, **filtering**, **g
- [x] [addResizedColumns](https://svelte-headless-table.bryanmylee.com/docs/plugins/add-resized-columns)
- [x] [addGridLayout](https://svelte-headless-table.bryanmylee.com/docs/plugins/add-grid-layout)

## Why Svelte Headless Table?

### Svelte First

Svelte Headless Table is designed to work **seamlessly** with Svelte. If you love Svelte, you will love Svelte Headless Table.

### Headless

Beauty is subjective – everybody wants components to match their own theme! That's why Svelte Headless Table is **headless** by design. You are in full control of how your table looks, down to the very last component, class, and style.

### Declarative

Just describe how you want your tables to behave and let Svelte Headless Table handle the rest! It is designed with full TypeScript support and an intuitive API that lets you get started immediately.

### Extensible

Svelte Headless Table comes with a stable plugin system that allows you to transform and modify every step under the hood. If you want extra functionality, you can build it!

## Examples

<!-- prettier-ignore -->
Expand Down

0 comments on commit 81301f5

Please sign in to comment.