zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
18 lines (17 loc) • 586 B
HTML
{{#markdown}}
```scss
.your-class-name { button-group-container();
.your-button-class { button(); }
& > li {
button-group-style(
// This controls the radius of the left and right edges. Set to true or px value. Default: false
$radius:true,
// This makes the buttons take up even space in their container. Set to the number of buttons in the group. Default: false.
$even:false,
// Controls how the buttons in the group float set to left or right. Default: $default-float.
$float:right
);
}
}
```
{{/markdown}}