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.
1 parent e964608 commit 244e76fCopy full SHA for 244e76f
packages/documentation/src/pages/Dashboard.tsx
@@ -10,7 +10,11 @@ const Dashboard = () => (
10
</Box>
11
<Typography variant="h4">Installation</Typography>
12
<Box p={2} bgcolor="grey.200" borderRadius={2} color="secondary.main">
13
- <Typography>npm install --save react-sortly react-dnd react-dnd-html5-backend</Typography>
+ <Typography>npm install --save react-sortly react-dnd react-dnd-html5-backend immutability-helper memoize-one</Typography>
14
+ </Box>
15
+ Or
16
+ <Box p={2} bgcolor="grey.200" borderRadius={2} color="secondary.main">
17
+ <Typography>yarn add react-sortly react-dnd react-dnd-html5-backend immutability-helper memoize-one</Typography>
18
19
</div>
20
);
0 commit comments