diff --git a/docs/_posts/2017-11-01-fixed-navbar.md b/docs/_posts/2017-11-01-fixed-navbar.md index bd76314d..22c1904d 100644 --- a/docs/_posts/2017-11-01-fixed-navbar.md +++ b/docs/_posts/2017-11-01-fixed-navbar.md @@ -5,5 +5,22 @@ introduction: "Fix your navbar at the top or bottom" color: "info" name: "Fixed navbar" icon: "fix" -published: true --- + +You can now fix a [navbar](/documentation/components/navbar/#fixed-navbar) to the **top** or the **bottom**: + +
+ +
+ +[Check it out!](/documentation/components/navbar/#fixed-navbar) + +As a added **bonus**, the bottom navbar required a new **dropup** feature which has also been implemented! + +
+ + Navbar dropup + +
diff --git a/docs/images/blog/dropup.png b/docs/images/blog/dropup.png new file mode 100644 index 00000000..e74a80d1 Binary files /dev/null and b/docs/images/blog/dropup.png differ diff --git a/docs/images/blog/fixed-navbar.mp4 b/docs/images/blog/fixed-navbar.mp4 new file mode 100644 index 00000000..cc9cf565 Binary files /dev/null and b/docs/images/blog/fixed-navbar.mp4 differ