widgets
Here are 737 public repositories matching this topic...
Widgets manager for MacBook Touch Bar
-
Updated
May 6, 2021 - Swift
Open-source IoT Platform - Device management, data collection, processing and visualization.
-
Updated
Jun 6, 2021 - Java
Angular powered Bootstrap
-
Updated
Jun 4, 2021 - TypeScript
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
-
Updated
Jun 4, 2021 - TypeScript
Steps to reproduce:
- Add a table
- Hide all column
- Now click on deploy
and observe
Observation:
It is observed that the "Number of records and pages" are displayed to the user
Expectation:
It is expected not to show the records when all the rows are hidden which leads to confusion by showing the details
- https://github.com/almasaeed2010/AdminLTE
-
Updated
Feb 24, 2019 - JavaScript
A web platform for constructing dashboards.
-
Updated
Apr 1, 2021 - CoffeeScript
HTML5 JavaScript Component Suite for Responsive Web Development
-
Updated
Jun 4, 2021 - JavaScript
A powerful UI framework for Google Flutter.
-
Updated
May 13, 2020 - Dart
Web development platform built entirely in PostgreSQL
-
Updated
Feb 17, 2021 - PLpgSQL
Angular gridster 2
-
Updated
Jun 6, 2021 - TypeScript
Widgets for Awesome Window Manager
-
Updated
Jun 6, 2021 - Lua
Highly flexible github info card for every github lover. [This project is deprecated.]
-
Updated
Dec 8, 2016 - JavaScript
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !!
-
Updated
Feb 27, 2021 - Vim script
Try to Neumorphism in Android (Just experimental!!
-
Updated
Feb 20, 2021 - Kotlin
Please, make extension params nullable, where underlying class params are nullable.
For example, now (in version 0.3.1) you cant write:
Text(message).textColor(isError ? Colors.red : null)
to change text color (from default) only for some condition.
All params of TextStyle class are nullable.
-
Updated
Jun 6, 2021 - Swift
Improve this page
Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widgets 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.