Back to Uno

YourFeature

doc/.feature-template.md

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

YourFeature

<!-- Leave the infotip below in place, and add a link to the WinUI documentation for the feature or control you're documenting. If the feature has no WinUI equivalent, you should be using the Uno-only feature template: .feature-template-uno-only.md -->

[!TIP] This article covers Uno-specific information for YourFeature. For a full description of the feature and instructions on using it, see Link text

  • Add a short intro here

Supported features

FeatureWindowsAndroidiOSWeb (WASM)macOSLinux (Skia)Win 7 (Skia)
Feature1✔/✖ (choose appropriate)? (fill in)????
Feature2...??????
<!-- Add any additional information on platform-specific limitations and constraints -->

Using YourFeature with Uno

  • Add any steps required to use the feature that aren't covered by Microsoft's WinUI documentation, i.e., because they're Uno-specific. If there are none, you can safely remove this whole section.

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)