Skip to content

Commit

Permalink
chore: Update chips demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Mar 13, 2018
1 parent 66a55c5 commit 7847483
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions dev/components/components/chip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,24 @@

<p class="caption">Floating Label Chips</p>
<p>
<q-btn color="light" class="text-black relative-position">
Inbox
<q-btn color="light" text-color="black" label="Inbox">
<q-chip floating color="primary">22</q-chip>
</q-btn>
&nbsp;&nbsp;
<q-btn color="red" class="relative-position">
Inbox
<q-btn color="red" label="Inbox">
<q-chip floating color="dark">22</q-chip>
</q-btn>
&nbsp;&nbsp;
<q-btn color="red" class="relative-position" label="Inbox">
<q-chip dense square floating color="dark">22</q-chip>
<q-btn color="red" label="Inbox">
<q-chip floating color="dark">22</q-chip>
</q-btn>
&nbsp;&nbsp;
<q-btn round dense color="dark" class="relative-position" icon="announcement">
<q-chip dense square floating color="red">22</q-chip>
<q-btn round dense color="dark" icon="announcement">
<q-chip floating color="red">22</q-chip>
</q-btn>
&nbsp;&nbsp;
<q-btn round dense color="dark" class="relative-position" icon="announcement">
<q-chip dense square floating color="red">1</q-chip>
<q-btn round dense color="dark" icon="announcement">
<q-chip floating color="red">1</q-chip>
</q-btn>
</p>

Expand Down

0 comments on commit 7847483

Please sign in to comment.