From 82793a2bb3ea1c4a3d34502f4d9461d968a30897 Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Mon, 4 Nov 2024 09:05:52 +0800 Subject: [PATCH] Update README.md about the newly deployed side-by-side demo site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13cebb1..94dbe09 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Material 3 wrapper components for Compose HTML based on [Material Web](https://github.com/material-components/material-web) -For unified multiplatform APIs which are more akin to those in `androidx.compose`, check out [Compose Multiplatform Material](https://github.com/huanshankeji/compose-multiplatform-material) which also depends on this library. +For unified multiplatform APIs which are more akin to those in `androidx.compose`, check out [Compose Multiplatform Material](https://github.com/huanshankeji/compose-multiplatform-material) which also depends on this library. Also see its [the side-by-side demo site](https://huanshankeji.github.io/compose-multiplatform-material/) for the visual effects of the components. For Material 2 support, you are recommended to check out [KMDC](https://github.com/mpetuska/kmdc) instead. For information on our obsolete work on legacy Material 2 components, check out [the legacy README](/legacy/README.md).