From: Jeremy Thomas Date: Sun, 29 Oct 2017 12:19:34 +0000 (+0100) Subject: Add list of buttons blog post X-Git-Tag: 0.6.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6642e8ebfac4f65da2aa9b5b07e57b0aec9dd7b;p=thirdparty%2Fbulma.git Add list of buttons blog post --- diff --git a/docs/_posts/2017-10-22-list-of-buttons.md b/docs/_posts/2017-10-22-list-of-buttons.md new file mode 100644 index 000000000..9c614df8d --- /dev/null +++ b/docs/_posts/2017-10-22-list-of-buttons.md @@ -0,0 +1,18 @@ +--- +layout: post +title: "New feature: list of buttons" +introduction: "What's better than one button? Multiple buttons!" +color: "danger" +name: "List of buttons" +icon: "button" +--- + +Similarly to the [list of tags](/2017/08/03/list-of-tags/) launched a few months ago, the [button](/documentation/elements/button/) has its own **list of buttons**: + +
+ + List of buttons in CSS + +
+ +Although you could already **group** buttons by using [from groups](/documentation/form/general/#form-group), this new `buttons` class makes everything easier. diff --git a/docs/_posts/2017-11-01-fixed-navbar.md b/docs/_posts/2017-11-01-fixed-navbar.md new file mode 100644 index 000000000..bd76314d1 --- /dev/null +++ b/docs/_posts/2017-11-01-fixed-navbar.md @@ -0,0 +1,9 @@ +--- +layout: post +title: "New feature: fixed navbar" +introduction: "Fix your navbar at the top or bottom" +color: "info" +name: "Fixed navbar" +icon: "fix" +published: true +--- diff --git a/docs/images/blog/list-of-buttons.png b/docs/images/blog/list-of-buttons.png new file mode 100644 index 000000000..2ada055f7 Binary files /dev/null and b/docs/images/blog/list-of-buttons.png differ