igniteui-webcomponents
Build, theme, and integrate Ignite UI web components
All Skills in This Repository (8)
Pure Emerald Level Indicatorscreate-new-component
Generate a Lit web component scaffold with theme files, tests, Storybook story, and exports.
review-component-pr
Review pull requests for web components against accessibility and coding standards.
add-component-property
Adds a reactive property to an existing Lit web component with decorators and tests.
update-component-styles
Update component styles across themes using the SCSS to Lit CSS workflow.
igniteui-wc-customize-component-theme
Generate token-based themes for Ignite UI Web Components using CSS custom properties and Sass.
igniteui-wc-integrate-with-framework
Detect the target framework and load matching Ignite UI Web Components integration references.
igniteui-wc-optimize-bundle-size
Minimize Ignite UI Web Components bundle sizes with selective imports and tree-shaking.
igniteui-wc-choose-components
Map UI requirements to Ignite UI Web Components with official docs and demos.
Frequently Asked Questions
FAQPage SchemaHow to install igniteui-webcomponents skills?▼
Run `npx skills add IgniteUI/igniteui-webcomponents --all -g -y` in your terminal to install all skills in this collection globally.
How to build a UI from a design screenshot?▼
The generate-from-image-design skill analyzes your mockup, maps each region to the right Ignite UI component, generates a matching theme, and produces working code that you refine against the original image.
How to migrate from Grid Lite to the premium Data Grid?▼
The migration skill walks through every import, tag, property, event, and template change needed to move from the free Grid Lite to the commercial Data Grid with editing, paging, and grouping.
Do these skills work with React, Angular, and Vue?▼
Yes. The framework integration skill detects your project type automatically and applies the correct setup steps for React, Angular, Vue 3, or plain JavaScript.
How to reduce Ignite UI bundle size?▼
The bundle optimization skill replaces bulk registration with selective component imports, adds lazy loading, and shows you how to audit your bundle with analyzer tools.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core