You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the declarations available in `igniteui-react.js` (or `igniteui-react.min.js`) to use [Ignite UI](http://igniteui.com) controls as [React](https://facebook.github.io/react/) components. [Work with the running samples here](https://igniteui.github.io/igniteui-react-wrappers/).
8
8
9
-
**IMPORTANT** The repository has been renamed from `igniteui-react` to `igniteui-react-wrappers`. For now the package name will stay with the `igniteui-react` name.
9
+
**IMPORTANT** The package and repository have been renamed from `igniteui-react` to `igniteui-react-wrappers`.
10
10
There is a new product [Ignite UI for React](https://www.infragistics.com/products/ignite-ui-react) from Infragistics that you may want to consider when starting your next React project. It features a high-performance data grid, high-volume data charts and a complete Microsoft Excel Solution. Please check out the announcement [here](https://www.infragistics.com/community/blogs/b/infragistics/posts/announcing-ignite-ui-for-react-components).
11
11
12
12
# Requirements
@@ -21,7 +21,7 @@ There is a new product [Ignite UI for React](https://www.infragistics.com/produc
21
21
You can install the package with `npm`.
22
22
23
23
```shell
24
-
npm install igniteui-react
24
+
npm install igniteui-react-wrappers
25
25
```
26
26
27
27
# Build
@@ -30,11 +30,11 @@ The build will bundle all files available in `src/*` producing `dist/npm/igniteu
30
30
31
31
To build the project use the following steps:
32
32
33
-
1. Open a console in the folder where the **igniteui-react** project is located
33
+
1. Open a console in the folder where the **igniteui-react-wrappers** project is located
34
34
2. run `npm install`
35
35
3. run `npm run build`
36
36
37
-
`igniteui-react` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
37
+
`igniteui-react-wrappers` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
0 commit comments