Skip to content

Commit e08de51

Browse files
committed
More buttons
1 parent 9471d01 commit e08de51

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

vignettes/test/rendering.Rmd

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,37 @@ This text too.
8181

8282
## Buttons
8383

84+
<div class="btn-group my-2">
8485
<button type="button" class="btn btn-primary">Primary</button>
8586
<button type="button" class="btn btn-secondary">Secondary</button>
8687
<button type="button" class="btn btn-success">Success</button>
88+
</div>
89+
90+
<div class="btn-group my-2">
8791
<button type="button" class="btn btn-danger">Danger</button>
8892
<button type="button" class="btn btn-warning">Warning</button>
8993
<button type="button" class="btn btn-info">Info</button>
94+
</div>
95+
96+
<div class="btn-group my-2">
9097
<button type="button" class="btn btn-light">Light</button>
9198
<button type="button" class="btn btn-dark">Dark</button>
92-
9399
<button type="button" class="btn btn-link">Link</button>
100+
</div>
101+
102+
<div class="btn-group my-2">
103+
<button type="button" class="btn btn-outline-primary">Primary</button>
104+
<button type="button" class="btn btn-outline-secondary">Secondary</button>
105+
<button type="button" class="btn btn-outline-success">Success</button>
106+
<button type="button" class="btn btn-outline-danger">Danger</button>
107+
</div>
108+
109+
<div class="btn-group my-2">
110+
<button type="button" class="btn btn-outline-warning">Warning</button>
111+
<button type="button" class="btn btn-outline-info">Info</button>
112+
<button type="button" class="btn btn-outline-light">Light</button>
113+
<button type="button" class="btn btn-outline-dark">Dark</button>
114+
</div>
94115

95116
## Code
96117

0 commit comments

Comments
 (0)