What problem does it solve?
This Skill provides the fundamental building blocks and rendering logic for the R-DOS terminal user interface, ensuring consistent and correct display of various UI elements like modals, dialogs, and lists.
Core Features & Use Cases
- UI Component Library: Offers pre-built components such as
ModalFrame, FullScreenView, LogViewer, TabBar, and InputField.
- Rendering Logic: Includes essential guidance on how to use these components, particularly the critical distinction between
ModalFrame and FullScreenView to prevent application panics.
- Theming: Enforces the use of
ThemeColors for consistent styling across the application, avoiding hardcoded color values.
- Use Case: When developing a new plugin for R-DOS that requires displaying a confirmation dialog, you would use the
ModalFrame component and its associated rendering functions, ensuring it's correctly sized and positioned.
Quick Start
Use the rdos-ui-components skill to render a confirmation dialog using ModalFrame.