widgets
Here are 795 public repositories matching this topic...
-
Updated
Sep 30, 2021 - Swift
-
Updated
Oct 6, 2021 - Java
-
Updated
Oct 1, 2021 - TypeScript
Summary
Design system changes provides a shadow for dropdowns and pop-up. So keeping with this theme, the pop-up's during welcome tour also needs a shadow effect to keep up with current changes
Additional Context
-
Updated
Oct 6, 2021 - TypeScript
Describe the bug
When Taskbar Theme is set to blur, it lags the File Explorer window when dragging it, and only the File Explorer window. Other windows/programs seem to be fine. Setting the Taskbar Theme to clear or another option and the lag won't happen.
To Reproduce
Steps to reproduce the behavior:
- Use Windows 11.
- Set Taskbar Theme to blur in Lively
- Drag around a File E
-
Updated
Sep 26, 2021 - Rust
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Oct 3, 2021 - CoffeeScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Dart
-
Updated
Sep 28, 2021 - Lua
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Jun 22, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Oct 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.