We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: Refactor and update widget documentation and implementation - Removed the planned `TitleBar` documentation as it has not been implemented. - Updated `VirtualList` documentation to clarify usage and controller methods. - Revised `Widgets` documentation to reflect the current state of shipped widgets. - Added `FormField` component documentation, detailing its usage and props. - Improved sidebar organization for better navigation and clarity.
docs: Update Widgets documentation for v0.3, including widget status, new architecture, and migration notes - Revise the Widgets index to reflect the removal of `yororen_ui::widget` and introduce new widget definitions. - Add detailed descriptions of shipped widgets and their canonical import paths. - Document the planned `TitleBar` widget and its current status. - Introduce a new "Three-layer architecture" design document outlining the headless, renderer, and theme layers. - Create a migration guide for transitioning from v0.2 to v0.3, highlighting breaking changes and new patterns. - Update footer and sidebar links to reflect the new versioning and documentation structure.
docs(wiki): add recipes and link from components