UIkomponent
UIkomponent is a modular, reusable element of a user interface that encapsulates its visual presentation and behavior. It is designed to be combined with other UIkomponents to build complex interfaces from smaller building blocks. The term is common in modern front-end development, design systems, and cross-platform UI libraries.
A UIkomponent typically encapsulates state, rendering logic, and interaction handling. It exposes inputs (props) that configure
UIkomponents are often organized into component libraries or design systems that standardize visual language and interaction
Common examples include buttons, inputs, cards, dialogs, and menus, but UIkomponents can also compose complex widgets.