
Trivial.WindowsKit
Includes some complex controls and utilities on WinUI 3. It is useful to create the client with collection pages of news, videos and products.
Components and utils
Following are the commonly used controls.
TileItemshows image and text.TileCollectionis a horizontal list of tile.CommentViewwith poster information and comment.BlockHeaderis a header for a group.TextButtonis a button with different states that you can customize colors.TextViewis a read-only text view for string with a greate number of line.SettingsExpanderHeaderis the expander header like the one in Windows Settings.FileListViewis a lite file browser.TabbedWebViewis a lite web browser powered by Microsoft Edge WebView2.
And following are some utilities.
DependencyObjectProxyis a helper for implementing custom control or user control.VisualUtilityis a helper class for framework element.BaseJsonPagingLoaderis a base class to implement the JSON data loader with paging.JsonWebCacheClientis a HTTP client with cache management to load JSON data.
Local web app
Local web app is an app framework to launch HTML+JS locally with native capability and auto-update. See more.