Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.88 KB

.feature-template.md

File metadata and controls

30 lines (18 loc) · 1.88 KB

YourFeature

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

Feature Windows Android iOS Web (WASM) macOS Linux (Skia) Win 7 (Skia)
Feature1 ✔/✖ (choose appropriate) ? (fill in) ? ? ? ?
Feature2... ? ? ? ? ? ?

Using YourFeature with Uno

  • Add any steps required to use the feature that aren't covered by Microsoft's UWP 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)