Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kituin/shadowviewer.controls
Controls For ShadowViewer(WinUI3)
https://github.com/kituin/shadowviewer.controls
Last synced: 19 days ago
JSON representation
Controls For ShadowViewer(WinUI3)
- Host: GitHub
- URL: https://github.com/kituin/shadowviewer.controls
- Owner: kitUIN
- License: mit
- Created: 2024-07-27T12:52:21.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T09:45:02.000Z (5 months ago)
- Last Synced: 2024-12-01T22:14:23.643Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ShadowViewer.Controls
- TitleBar ![nuget](https://img.shields.io/nuget/v/ShadowViewer.Controls.TitleBar?style=flat-square)
- 自定义标题栏
- Notification ![nuget](https://img.shields.io/nuget/v/ShadowViewer.Controls.Notification?style=flat-square)
- 通知小弹出
- ShadowSettingHeader ![nuget](https://img.shields.io/nuget/v/ShadowViewer.Controls.ShadowSettingHeader?style=flat-square)
- 设置头部
- PluginLogo ![nuget](https://img.shields.io/nuget/v/ShadowViewer.Controls.PluginLogo?style=flat-square)
- 插件Logo
- TitleBorder ![nuget](https://img.shields.io/nuget/v/ShadowViewer.Controls.TitleBorder?style=flat-square)
- 带TitleHeader的Border## 鸣谢
[Windows Community Toolkit Labs(TitleBar)](https://github.com/CommunityToolkit/Labs-Windows/discussions/454) - 实验性社区包 - 参考了标题栏实现
[Bili.Uwp](https://github.com/Richasy/Bili.Uwp) - 哔哩客户端 - 参考了TipPopup实现