
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
igniteui-webcomponents
Advanced tools
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

Ignite UI for Web Components is a comprehensive library that includes the fastest Data Grid on the market, a high-performing Hierarchical Grid, Pivot Grid, 60+ data Charts, Dock Manager, and more. Plus maps, gauges and other reusable feature-rich components to help you create better web apps and modern-day UX experiences.
See the Storybook Here
![]() | ![]() | ![]() | ![]() | ![]() |
|---|---|---|---|---|
| Latest ✔️ | Latest ✔️ | Latest ✔️ | Latest ✔️ | Latest ✔️ |
| Components | Status | Documentation | License | Package |
|---|---|---|---|---|
| Pivot Grid | ✅ | Docs | Commercial | Ignite UI Web Components Grids |
| Data Grid | ✅ | Docs | Commercial | Ignite UI Web Components Grids |
| Tree Grid | ✅ | Docs | Commercial | Ignite UI Web Components Grids |
| Hierarchical Grid | ✅ | Docs | Commercial | Ignite UI Web Components Grids |
| Grid Lite | ✅ | Docs | MIT | Ignite UI Web Components Grid Lite |
The Ignite UI for Web Components Data Grid and Table are both lightweight and developed to handle high data volumes. The Web Components Grid offers powerful data visualization capabilities and superior performance on any device. With interactive features that users expect. Fast rendering. Unbeatable interactions. And the best possible user experience that you wouldn’t otherwise be able to achieve with so little code on your own.
Provide a complete windowing experience, splitting complex layouts into smaller, easier-to-manage panes.
In order to use the Ignite UI Web Components in your application you should install the igniteui-webcomponents package:
npm install igniteui-webcomponents
Next you will need to import the components that you want to use. You could import one or more components using the defineComponents function like this:
import {
defineComponents,
IgcAvatarComponent,
IgcBadgeComponent,
} from 'igniteui-webcomponents';
defineComponents(IgcAvatarComponent, IgcBadgeComponent);
You could also import all of the components using the defineAllComponents function:
import { defineAllComponents } from 'igniteui-webcomponents';
defineAllComponents();
Please note that importing all of the components will increase the bundle size of your application. That's why we recommend you to import only the components that you are actually using.
After the components are imported you could use them in your html:
<igc-avatar initials="AZ"></igc-avatar><igc-badge></igc-badge>
The package comes with its own Custom Elements Manifest, VSCode Custom Data Format for VSCode and Web Types for JetBrains IDEs. Refer to the documentation of your editor of choice to see if you can take advantage of this metadata for linting, intellisense and documentation.
| Package path | Description |
|---|---|
| igniteui-webcomponents/custom-elements.json | Custom Elements Manifest |
| igniteui-webcomponents/web-types.json | Web Types for JetBrains based IDEs |
| igniteui-webcomponents/igniteui-webcomponents.css-data.json | VSCode CSS custom data |
| igniteui-webcomponents/igniteui-webcomponents.html-data.json | VSCode HTML custom data |
Follow the Contribution Guidelines to setup a development environment.
To scan the project for linting errors, run:
npm run lint
To automatically fix most linting and formatting errors, run:
npm run format
Linting and formatting are also set to run in a pre-commit hook in the project.
To run the suite of Web Test Runner tests, run:
npm run test
To run the tests in watch mode, run:
npm run test:watch
To start a local instance of Storybook for your component, run:
npm run storybook
To build a production version of Storybook, run:
npm run storybook:build
FAQs
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
We found that igniteui-webcomponents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.