From 7177b9bf82cecdf26f298ba3d9abc953f24c3d76 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 5 Nov 2021 11:51:24 -0400 Subject: [PATCH] update intro --- docs/frameworks/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frameworks/react.md b/docs/frameworks/react.md index 009a1f8c..48477f49 100644 --- a/docs/frameworks/react.md +++ b/docs/frameworks/react.md @@ -1,6 +1,6 @@ # React -React [doesn't play nice](https://custom-elements-everywhere.com/#react) with custom elements, so Shoelace offers a React version of every component. +React [doesn't play nice](https://custom-elements-everywhere.com/#react) with custom elements, so Shoelace offers a React version of its components to provide an idiomatic experience for React users. You can easily toggle between HTML and React examples throughout the documentation. ## Installation