diff --git a/NEWS-BANNER.md b/NEWS-BANNER.md
new file mode 100644
index 0000000000..ac77936a63
--- /dev/null
+++ b/NEWS-BANNER.md
@@ -0,0 +1,6 @@
+---
+Title: New release available
+Intent: Success
+---
+Version RC4 is now available with many new components.
+Check out the GitHub changelog for all the details and breaking changes.
\ No newline at end of file
diff --git a/examples/Demo/FluentUI.Demo.Client/Layout/DemoMainLayout.razor b/examples/Demo/FluentUI.Demo.Client/Layout/DemoMainLayout.razor
index 017e513c53..c3a962b353 100644
--- a/examples/Demo/FluentUI.Demo.Client/Layout/DemoMainLayout.razor
+++ b/examples/Demo/FluentUI.Demo.Client/Layout/DemoMainLayout.razor
@@ -2,7 +2,9 @@
@App.PageTitle("Demo")
-
+
+
+
@* ------------------- *@
@* Header *@
diff --git a/examples/Demo/FluentUI.Demo.Client/Layout/DemoNewsBar.razor b/examples/Demo/FluentUI.Demo.Client/Layout/DemoNewsBar.razor
new file mode 100644
index 0000000000..4466c7e60f
--- /dev/null
+++ b/examples/Demo/FluentUI.Demo.Client/Layout/DemoNewsBar.razor
@@ -0,0 +1,44 @@
+@if (Visible)
+{
+
+
+