What problem does it solve?
This Skill provides a standardized approach for converting native HTML elements into sayaya-ui components, ensuring consistent styling and behavior across GWT-based frontends.
Core Features & Use Cases
- Native HTML elements such as <select>, <input type="checkbox">, <input type="radio">, <input type="text">, <button>, <dialog>, and <progress> are mapped to corresponding sayaya-ui builders (SelectElementBuilder, CheckboxElementBuilder, RadioElementBuilder, TextFieldElementBuilder, ButtonElementBuilder, DialogElementBuilder, ProgressElementBuilder) to simplify UI composition.
- Demonstrates usage patterns for common UI controls and provides guidance on styling, accessibility, and consistent API usage for front-end developers working within the sayaya-ui ecosystem.
- Use cases include building forms, dashboards, and editors where a cohesive look-and-feel and predictable interactions are required.
Quick Start
Integrate the sayaya-ui components by replacing standard HTML elements with their sayaya-ui equivalents and ensure the GWT module inherits dev.sayaya.Ui.