From 8c275f22f9f16f33a82a77a364a429ee0ee6c56c Mon Sep 17 00:00:00 2001 From: Pelayo Felgueroso Date: Wed, 10 Sep 2025 15:33:21 +0200 Subject: [PATCH 1/2] Fix installation doc guidelines --- apps/website/screens/overview/installation/InstallationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/screens/overview/installation/InstallationPage.tsx b/apps/website/screens/overview/installation/InstallationPage.tsx index a4cf9ecac..c140b3f9b 100644 --- a/apps/website/screens/overview/installation/InstallationPage.tsx +++ b/apps/website/screens/overview/installation/InstallationPage.tsx @@ -47,7 +47,7 @@ const sections = [ have it as dependency of your project. Additionally, ensure that the styled-components{" "} library is also installed, as it is required by the Halstack components. - {`npm i react react-dom styled-components`} + {`npm i react react-dom react-data-grid @emotion/react @emotion/styled`} ), }, From dc196df2ecf88e87ab94fdcefc8c66abb4760b66 Mon Sep 17 00:00:00 2001 From: Pelayo Felgueroso Date: Wed, 10 Sep 2025 16:00:48 +0200 Subject: [PATCH 2/2] Fix based on Feedback --- apps/website/screens/overview/installation/InstallationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/screens/overview/installation/InstallationPage.tsx b/apps/website/screens/overview/installation/InstallationPage.tsx index c140b3f9b..216d8553c 100644 --- a/apps/website/screens/overview/installation/InstallationPage.tsx +++ b/apps/website/screens/overview/installation/InstallationPage.tsx @@ -44,7 +44,7 @@ const sections = [ <> As the name suggests, halstack-react is built on top of React, so make sure you - have it as dependency of your project. Additionally, ensure that the styled-components{" "} + have it as dependency of your project. Additionally, ensure that emotion{" "} library is also installed, as it is required by the Halstack components. {`npm i react react-dom react-data-grid @emotion/react @emotion/styled`}