### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Current issue: Components expose inconsistent capabilities. Examples: - Text widgets have font family/size options, but buttons don’t. - Text widgets lack onClick handlers. - Tooltip support varies between element types. Request: - Expand and standardize the core feature set across all elements (styles, events, tooltips, etc.). - Avoid forcing users toward a specific element purely because of missing functionality in another. ### Why should this be worked on? This everything makes the design process more consistent, intuitive and reduces friction.