+ See the hint on this views tab
+ This is toggle on/off via this button:
+ Toggle hint
+
+ `;
+ }
+
+ static override styles = [
+ UmbTextStyles,
+ css`
+ :host {
+ display: block;
+ padding: var(--uui-size-layout-1);
+ }
+ `,
+ ];
+}
+
+export { ExampleHintWorkspaceView as element };
+
+declare global {
+ interface HTMLElementTagNameMap {
+ 'example-hint-workspace-view': ExampleHintWorkspaceView;
+ }
+}
diff --git a/src/Umbraco.Web.UI.Client/examples/workspace-view-hint/index.ts b/src/Umbraco.Web.UI.Client/examples/workspace-view-hint/index.ts
new file mode 100644
index 000000000000..48f5d7a9810f
--- /dev/null
+++ b/src/Umbraco.Web.UI.Client/examples/workspace-view-hint/index.ts
@@ -0,0 +1,22 @@
+import { UMB_WORKSPACE_CONDITION_ALIAS } from '@umbraco-cms/backoffice/workspace';
+
+export const manifests: Array