unoplatform / Uno.Themes

This library is designed to help you use the Material, Fluent or Cupertino design system with the Uno Platform
https://platform.uno
Apache License 2.0
167 stars 28 forks source link

Dsp Documentation lacking information on how to clearly use the Dsp Tasks #1382

Open dansiegel opened 1 month ago

dansiegel commented 1 month ago

On which page?

https://platform.uno/docs/articles/external/uno.themes/doc/material-dsp.html

What's wrong?

The UnoDspImportColors item is not properly documented. It's important that we document any and all attributes on custom items like the UnoDspImportColors.

Any feedback?

<UnoDspImportColors Include="Styles\*.zip" Generator="Xaml" />
<UnoDspImportColors Include="Styles\*.zip" Generator="CSharp" />

Be sure to note that the Uno.Sdk (starting with 5.2) will automatically include this for you assuming have the UnoFeature CSharpMarkup it will use the CSharp Generator while it will use the Xaml Generator by default.

agneszitte commented 1 month ago

cc @carldebilly, @iurycarlos to support @kazo0