MediaWiki/Foundation/Button Bar

From grantswebsite.net
< MediaWiki‎ | Foundation
Revision as of 10:22, 30 September 2018 by Grant (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Foundation CSS Framework for MediaWiki: Button Bar

A Button Bar is a group of button groups.

The class button-bar makes it possible to have several button groups on the same row.

Note: To use components from the Zurb Foundation CSS Framework in MediaWiki, first install a custom skin such as the Foreground Skin or the Pivot Skin, which are built upon the Foundation CSS Framework.

Sample Code for a Simple Button Bar

Sample Code for a Simple Button Bar

The Button Bar is structured as a group of button-groups. Buttons are added to each group by adding list items. And additional button groups can be added as new lists in the button-bar container.


Example 2: Button Bar With Different Style Buttons

Sample Code for a Button Bar with Different Style Buttons

Sample Code for a Button Bar with Different Style Buttons