Back to Uno

YourFeature

doc/.feature-template-uno-only.md

6.6-release-branch-cut1.7 KB
Original Source
<!-- For available Markdown syntax, check out https://guides.github.com/features/mastering-markdown/ -->

YourFeature

<!-- This template is for features unique to Uno, with no original WinUI equivalent (eg, VisibleBoundsPadding, ElevatedView). -->
  • Add a short intro here
<!-- Add any additional information on platform-specific limitations and constraints -->

How to use YourFeature

  • Detail how to add the feature to an app and get it working. Provide code snippets.
  • Provide specific examples addressing common use cases

Supported features by platform

<!-- If not feature is supported on every platform, fill in the matrix below to show which ones are supported. If there's no limitations to the feature on any platform, consider removing this whole section. -->
FeatureWindowsAndroidiOSWeb (WASM)macOSLinux (Skia)Win 7 (Skia)
Feature1✔/✖ (choose appropriate)? (fill in)????
Feature2...??????

See YourFeature in action

  • If possible, add links that show (a) working code, and (b) the end result running on the web.
  • For controls and UI-related features (eg brushes), you can write a sample at playground.platform.uno, create a deeplink using the 'Save Snippet' button, then add the resulting link below.
  • For non-UI features, or for features requiring code-behind (not supported by the Playground), consider adding a sample to Uno.Samples and linking to that. If you do, link directly to the folder that contains your sample (eg, a url like https://github.com/unoplatform/Uno.Samples/tree/master/UI/AutoSuggestSample)