IgniteUI / igniteui-xplat-docs

cross-platform docs for Ignite UI for Angular, Blazor, React, and WebComponents
9 stars 4 forks source link

docs(grids): list dependencies #1243

Closed RivaIvanova closed 3 months ago

RivaIvanova commented 4 months ago

Closes #1235

RivaIvanova commented 4 months ago

@tishko0, at least on my side, to run a small sample with an IgrGrid successfully, I only needed the igniteui-react and igniteui-react-grids packages.

It seems that running the npm install --save igniteui-react-grids command installs the igniteui-react-core, igniteui-react-inputs, and igniteui-react-layouts packages as well.

igniteui-react

Now that I think about it, reading the topics leaves me with the impression that I only need the igniteui-react-grids package, while the igniteui-react is also needed. What do you think? Perhaps I should include the igniteui-react package as well?