-
Updated
Nov 12, 2021 - C#
user-interface
Here are 1,222 public repositories matching this topic...
-
Updated
Nov 12, 2021 - C#
-
Updated
Nov 9, 2021 - Go
Description of Change
Update Font Header size in iOS.
The original values are from: https://material.io/develop/android/theming/typography/
But, the Header value, 96, seem really really high especially when compared to iOS and UWP.
This PR update the value comparing values with iOS.
Issues Resolved
- fixes #11194
API Changes
None
Platforms Af
This is suggested in Gitter chat (Russian room). We have such method for uia_controls.MenuWrapper. But some menus are implemented as toolbar with drop-down submenus. It makes sense to add similar methods to choose such submenu items.
-
Updated
Nov 6, 2021 - Python
Nothing happens at the moment when clicking the form help: https://tabler-react.com/form-elements (It's next to the zip code box).
<Form.Help message={<><p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class="mb-0"><a href="#">USP ZIP codes lookup tools</a></p></>} />
-
Updated
Nov 8, 2021 - C++
-
Updated
Oct 17, 2021 - Ruby
-
Updated
Oct 20, 2021 - C#
-
Updated
Sep 12, 2021 - CSS
-
Updated
Nov 9, 2021 - Riot
-
Updated
Nov 4, 2021 - ActionScript
-
Updated
Apr 1, 2021 - C#
-
Updated
Mar 28, 2020 - C#
-
Updated
Feb 21, 2021 - Kotlin
-
Updated
Nov 12, 2021 - Dart
In the current README, so far I've gone over the very basics. Not all features have been covered, and there is little talk about httpu packages. Maybe some wiki pages, and some more details on the README would be helpful. Also a much better example video / gif is needed, the one I made is pretty bad.
-
Updated
Nov 4, 2021 - JavaScript
We had a regression bug in tonic that was not caught by our tests.
Our tests are very unit focused.
Having examples and being able to write integration tests against example apps that consist of multiple components working together should get us decent regression tests.
This depends upon #10
Create example apps
-
Updated
Sep 30, 2017 - Scala
-
Updated
Aug 15, 2021 - C++
-
Updated
Nov 13, 2017 - Swift
-
Updated
Feb 14, 2020 - C++
-
Updated
Oct 29, 2021 - C
-
Updated
Aug 5, 2021 - C++
-
Updated
Nov 11, 2021 - C++
-
Updated
Nov 4, 2021 - Swift
Improve this page
Add a description, image, and links to the user-interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the user-interface topic, visit your repo's landing page and select "manage topics."


Right now any
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.