-
Updated
Jul 22, 2020 - Swift
#
widgets
Here are 509 public repositories matching this topic...
Display macOS Dock in Touch Bar
Angular powered Bootstrap
bootstrap
pagination
angular
alert
rating
timepicker
popover
progress-bar
modal
accordion
carousel
tooltip
typeahead
tabs
widgets
datepicker
buttons
dropdown
collapse
ng-bootstrap
-
Updated
Aug 19, 2020 - TypeScript
Open-source IoT Platform - Device management, data collection, processing and visualization.
visualization
platform
mqtt
iot
coap
middleware
kafka
akka
spark
dashboard
netty
websockets
grpc
widgets
iot-platform
smart-farm
fleet-tracking
thingsboard
iot-analytics
-
Updated
Aug 22, 2020 - Java
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
bootstrap
components
angular
select
popover
carousel
modals
typeahead
widgets
datepicker
sortable
daterangepicker
-
Updated
Aug 22, 2020 - TypeScript
The Rust UI-Toolkit.
-
Updated
Aug 22, 2020 - Rust
-
Updated
Aug 23, 2020 - JavaScript
An HTML5, jQuery-based widget library for building modern web apps.
-
Updated
Aug 21, 2020 - 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
Jul 16, 2020 - CoffeeScript
HTML5 JavaScript Component Suite for Responsive Web Development
javascript
html
chart
charts
charting-library
filemanager
responsive
scheduler
widgets
devexpress
ui-components
datagrid
gantt
treelist
pivotgrid
-
Updated
Aug 21, 2020 - JavaScript
A powerful UI framework for Google Flutter.
skeleton
widgets
toast
flutter
google-flutter
flutter-widget
flutter-ui
flutter-package
dynamic-rendering
flui
-
Updated
May 13, 2020 - Dart
Web development platform built entirely in PostgreSQL
-
Updated
Jun 16, 2020 - PLpgSQL
Animated Wallpapers: Turn Videos, Web pages, Games, Emulators into windows wallpapers.
wallpaper
live-wallpaper
csharp
unity
wpf
audio-visualizer
widgets
desktop
cef
videos
rainmeter
windows-app
desktop-wallpaper
wallpaper-engine
wallpaperengine
livewallpaper
customisations
animated-wallpapers
wallpaper-system
windows-wallpapers
-
Updated
Aug 20, 2020 - C#
Angular gridster 2
-
Updated
Aug 15, 2020 - TypeScript
Highly flexible github info card for every github lover. [This project is deprecated.]
-
Updated
Dec 8, 2016 - JavaScript
Widgets for Awesome Window Manager
-
Updated
Aug 23, 2020 - Lua
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
-
Updated
Aug 10, 2020 - Vim script
search
swift
open-source
search-engine
ios
algolia
widgets
faceted-search
search-synonyms
geo-search
interface-builder
instant-search
custom-widgets
search-interface
ios-library
-
Updated
Aug 8, 2020 - Swift
Free, feature-rich, easily customizable Android dashboard for icon packs
android
template
dashboard
material
material-design
icons
icon-pack
widgets
android-library
android-application
wallpapers
zooper
kwgt
muzei
kustom
kwlp
klck
-
Updated
Aug 22, 2020 - Kotlin
1
JoRomcevicS
commented
Nov 30, 2018
It will be nice to have style options for MsgBox: option to define class, different mods for each button (right now we can define mod but it is the same for both buttons). Also, it will be great to add icons to the MsgBox buttons (button consistency). Thanks!
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."
A small change that would make implementing styles for elements with background colours a bit easier. It would match the
From<T>forOption<T>impl that you can already use for fields that areOption<Color>(liketext_color).Before:
Style { background_color: Some(Color::BLACK.into()), text_color: Color::WHITE.into(), ..Default::default() }After: