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
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
* Add navigation menu component from Base UI
- Implement NavigationMenuBaseComponent extending BaseUIComponent
- Add all navigation menu sub-components following existing patterns
- Create HighLevelNavigationMenu wrapper for simple usage
- Add to lazy loading system in __init__.py
- Include example in demo application
- Component renders and functions correctly with clickable buttons
Co-Authored-By: Carlos Cutillas <carlos@reflex.dev>
* Remove HighLevelNavigationMenu component and update demo to use granular API
- Removed HighLevelNavigationMenu class as requested
- Updated demo to use ui.navigation_menu.root(), ui.navigation_menu.list(), etc.
- Removed unused imports (foreach, button)
- Fixed linting issues
Co-Authored-By: Carlos Cutillas <carlos@reflex.dev>
* Enhance navigation menu demo to match Base UI example
- Add missing props to NavigationMenuRoot (delay, close_delay, actions_ref, on_open_change_complete)
- Update all component prop descriptions to match Base UI documentation exactly
- Create comprehensive demo with Overview and Handbook dropdowns
- Add rich content with links, titles, and descriptions
- Update ClassNames for better styling and transitions
- Include Portal structure for proper positioning
- Fix syntax error: use rx.el instead of rx.html for HTML elements
Co-Authored-By: Carlos Cutillas <carlos@reflex.dev>
* fixes
* comment pre
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cutillas <carlos@reflex.dev>
Co-authored-by: carlosabadia <cutillascarlos@gmail.com>
0 commit comments