From 48e492caae41b7239b827d59563b89c90c558cd0 Mon Sep 17 00:00:00 2001 From: Matt Gallo Date: Fri, 20 Sep 2024 13:07:37 -0400 Subject: [PATCH] chore: update readme --- web-components/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web-components/README.md b/web-components/README.md index 9b1dc61..eddd580 100644 --- a/web-components/README.md +++ b/web-components/README.md @@ -4,5 +4,6 @@ | --- | --- | --- | | Basic | [View example](https://codesandbox.io/s/github/matthewgallo/tanstack-carbon/tree/main/web-components/basic) | [View example](https://stackblitz.com/github/matthewgallo/tanstack-carbon/tree/main/web-components/basic) | Batch actions | [View example](https://codesandbox.io/s/github/matthewgallo/tanstack-carbon/tree/main/web-components/batch-actions) | [View example](https://stackblitz.com/github/matthewgallo/tanstack-carbon/tree/main/web-components/batch-actions) +| Column resizing | [View example](https://codesandbox.io/s/github/matthewgallo/tanstack-carbon/tree/main/web-components/resizing) | [View example](https://stackblitz.com/github/matthewgallo/tanstack-carbon/tree/main/web-components/resizing) | Customize columns | [View example](https://codesandbox.io/s/github/matthewgallo/tanstack-carbon/tree/main/web-components/customize-columns) | [View example](https://stackblitz.com/github/matthewgallo/tanstack-carbon/tree/main/web-components/customize-columns) | Virtualized | [View example](https://codesandbox.io/s/github/matthewgallo/tanstack-carbon/tree/main/web-components/virtual) | [View example](https://stackblitz.com/github/matthewgallo/tanstack-carbon/tree/main/web-components/virtual)