Skip to content

Commit 0e37a77

Browse files
michael-hawkerArlodotexe
authored andcommitted
Add Complete example to SettingsCard page as well
1 parent fae8940 commit 0e37a77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/SettingsControls/samples/SettingsCard.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ You can set the `Header`, `Description`, `HeaderIcon` and `Content` properties t
2020
SettingsCard can also be turned into a button, by setting the `IsClickEnabled` property. This can be useful whenever you want your settings component to navigate to a detail page or open an external link. You can set a custom icon by setting the `ActionIcon`, or hiding it completely by setting the `IsActionIconVisible` to `false`.
2121

2222
> [!SAMPLE ClickableSettingsCardSample]
23+
24+
### Settings page example
25+
26+
The following sample provides a typical design page, following the correct Windows 11 design specifications for things like spacing, section headers and animations.
27+
28+
> [!SAMPLE SettingsPageExample]

0 commit comments

Comments
 (0)