Closed desmondinho closed 2 weeks ago
The changes in this pull request involve modifications to the NavigationStore
class to remove the locked
parameter from navigation categories, allowing unrestricted access to certain components. Additionally, new Razor components for the Collapse feature documentation have been introduced, including usage examples and preview codes. These components enhance the documentation structure and provide interactive examples for users.
File Path | Change Summary |
---|---|
docs/LumexUI.Docs.Client/Common/Navigation/NavigationStore.cs | Removed locked parameter from ComponentsCategory and ComponentsApiCategory for LumexCollapse and LumexIcon . |
docs/LumexUI.Docs.Client/Pages/Components/Collapse/Collapse.razor | Added new Razor component for Collapse documentation with sections for usage, custom styles, and API documentation. |
docs/LumexUI.Docs.Client/Pages/Components/Collapse/Examples/Usage.razor | Introduced a collapsible list structure using LumexCollapse , with state management for expansion. |
docs/LumexUI.Docs.Client/Pages/Components/Collapse/PreviewCodes/Usage.razor | Added a new interactive Razor component for previewing usage examples of the Collapse component. |
In the garden where we play,
Changes bloom in bright array.
Collapse and expand, oh what fun,
With new docs, our work is done!
Hopping through code, we cheer and sing,
For every change, a joyful spring! 🐇✨
Summary by CodeRabbit
New Features
Bug Fixes