We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c56ea0 commit baebd5aCopy full SHA for baebd5a
apps/playground/src/components/Comps/TBadge.vue
@@ -4,6 +4,36 @@
4
<b-col>
5
<b-badge>New</b-badge>
6
</b-col>
7
+ <b-col>
8
+ <h2>
9
+ Example heading
10
+ <b-badge>New</b-badge>
11
+ </h2>
12
+ </b-col>
13
14
+ <h3>
15
16
17
+ </h3>
18
19
20
+ <h4>
21
22
23
+ </h4>
24
25
26
+ <h5>
27
28
29
+ </h5>
30
31
32
+ <h6>
33
34
35
+ </h6>
36
37
</b-row>
38
<b-row>
39
<b-col> Variants </b-col>
0 commit comments