fix(skills): css name of the navdrawer property#169
Open
ivanvpetrov wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Ignite UI React “generate-from-image-design” skill documentation to reflect the current CSS custom property names used by the underlying Ignite UI Web Components igc-nav-drawer, aligning the guidance with the platform’s present behavior until the upstream Web Components issue is resolved.
Changes:
- Replaces the documented Nav Drawer width CSS custom properties with
--menu-full-widthand--menu-mini-width.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
georgianastasov
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
There is an inconsistency in Nav Drawer CSS custom property naming across Ignite UI platforms
igniteui-angular uses:
--ig-nav-drawer-size--ig-nav-drawer-size--miniigniteui-webcomponents (and therefore igniteui-react, which wraps WC) uses:
--menu-full-width--menu-mini-widthBut in React skills there is a reference like this:
This will be fixed with IgniteUI/igniteui-webcomponents#2240 but in the mean time we have to adjust the react skills according to the current css prop name
--menu-full-width