From 37e1cf562cac3304eb58fe2784f84ec7707a735b Mon Sep 17 00:00:00 2001 From: Matt Gallo Date: Thu, 3 Oct 2024 14:02:50 -0400 Subject: [PATCH] chore: update mix and match readme --- react/mix-and-match/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react/mix-and-match/README.md b/react/mix-and-match/README.md index f2dc982..66dcd60 100644 --- a/react/mix-and-match/README.md +++ b/react/mix-and-match/README.md @@ -1,5 +1,8 @@ # React + TypeScript + Vite +**This example demonstrates how to use the Datagrid from `@carbon/ibm-products`, +together with `@tanstack/react-table@v8`**. + This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.