diff --git a/apps/website/screens/overview/installation/InstallationPage.tsx b/apps/website/screens/overview/installation/InstallationPage.tsx index a4cf9ecac..216d8553c 100644 --- a/apps/website/screens/overview/installation/InstallationPage.tsx +++ b/apps/website/screens/overview/installation/InstallationPage.tsx @@ -44,10 +44,10 @@ 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 styled-components`} + {`npm i react react-dom react-data-grid @emotion/react @emotion/styled`} ), },