Skip to content

Commit

Permalink
doc: move column
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 8, 2024
1 parent 5ee6146 commit a5ac8b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stories/layout/Button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export default {
<tr>
<th>Variant</th>
<th>Normal</th>
<th>Loading</th>
<th>Hover</th>
<th>Active/Pressed</th>
<th>Focus</th>
<th>Disabled</th>
<th>Loading</th>
<th>Active/Pressed</th>
</tr>
</thead>
<tbody>
Expand All @@ -66,10 +66,10 @@ export default {
</td>
<td><b-button v-bind="args" :variant="variant">{{args.label}}</b-button></td>
<td><b-button v-bind="args" :variant="variant" class="hover">{{args.label}}</b-button></td>
<td><b-button v-bind="args" :variant="variant" pressed>{{args.label}}</b-button></td>
<td><icon-button v-bind="args" :variant="variant" loading>{{args.label}}</b-button></td>
<td><b-button v-bind="args" :variant="variant" class="focus">{{args.label}}</b-button></td>
<td><b-button v-bind="args" :variant="variant" disabled>{{args.label}}</b-button></td>
<td><icon-button v-bind="args" :variant="variant" loading>{{args.label}}</b-button></td>
<td><b-button v-bind="args" :variant="variant" pressed>{{args.label}}</b-button></td>
</tr>
</template>
</tbody>
Expand Down

0 comments on commit a5ac8b4

Please sign in to comment.