widgets
Here are 772 public repositories matching this topic...
Widgets manager for MacBook Touch Bar
-
Updated
Aug 3, 2021 - Swift
Open-source IoT Platform - Device management, data collection, processing and visualization.
-
Updated
Aug 4, 2021 - Java
Angular powered Bootstrap
-
Updated
Aug 3, 2021 - TypeScript
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
-
Updated
Aug 4, 2021 - TypeScript
[Bug] Cloned widgets also get highlighted when the original widgets get highlighted and vice versa
Description
When a page with widgets has been cloned, Selecting a widget from the cloned page also highlights the widget from the original page and vice versa.
https://www.loom.com/share/498b724a38dc4fafbf13860789670bc4
Steps to reproduce the behaviour:
- create a page with a widget.
- clone the page.
- select the widget from original page.
- corresponding widget from clo
Describe the bug
When Multiplicity is running alongside Lively Wallpaper, changing to the client machine causes the program to exit, leaving the system tray icon until pointed at.
To Reproduce
Steps to reproduce the behavior:
- Run Multiplicity while Lively Wallpaper is also running.
- Attempt to move the mouse to the client by going off the edge of the screen, similar to having t
The Rust UI-Toolkit.
-
Updated
Jul 23, 2021 - Rust
-
Updated
Aug 4, 2021 - TypeScript
An HTML5, jQuery-based widget library for building modern web apps.
-
Updated
Jul 22, 2021 - JavaScript
ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
-
Updated
Feb 24, 2019 - JavaScript
A web platform for constructing dashboards.
-
Updated
Jun 22, 2021 - CoffeeScript
HTML5 JavaScript Component Suite for Responsive Web Development
-
Updated
Aug 4, 2021 - JavaScript
A powerful UI framework for Google Flutter.
-
Updated
Jul 13, 2021 - Dart
Widgets for Awesome Window Manager
-
Updated
Aug 3, 2021 - Lua
Angular gridster 2
-
Updated
Aug 3, 2021 - TypeScript
Web development platform built entirely in PostgreSQL
-
Updated
Jun 22, 2021 - PLpgSQL
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !!
-
Updated
Feb 27, 2021 - Vim script
Highly flexible github info card for every github lover. [This project is deprecated.]
-
Updated
Dec 8, 2016 - JavaScript
Try to Neumorphism in Android (Just experimental!!
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Aug 3, 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.