We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0313cb0 + dc196df commit ed8b768Copy full SHA for ed8b768
apps/website/screens/overview/installation/InstallationPage.tsx
@@ -44,10 +44,10 @@ const sections = [
44
<>
45
<DxcParagraph>
46
As the name suggests, <Code>halstack-react</Code> is built on top of <Code>React</Code>, so make sure you
47
- have it as dependency of your project. Additionally, ensure that the <Code>styled-components</Code>{" "}
+ have it as dependency of your project. Additionally, ensure that <Code>emotion</Code>{" "}
48
library is also installed, as it is required by the Halstack components.
49
</DxcParagraph>
50
- <CodeBlock>{`npm i react react-dom styled-components`}</CodeBlock>
+ <CodeBlock>{`npm i react react-dom react-data-grid @emotion/react @emotion/styled`}</CodeBlock>
51
</>
52
),
53
},
0 commit comments