Skip to content

Commit

Permalink
WIP: add a notification status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gokh4nozturk committed Nov 27, 2023
1 parent 7bd9fa9 commit 4c4a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs/Tabs.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Tabs from './RTabs.vue'

const DefaultArgs = {
tabs: [
{ id: 0, label: 'Tab 1', prependIcon: 'mdiHome' },
{ id: 0, label: 'Tab 1', prependIcon: 'mdiHome', appendIcon: 'mdiNumeric1Circle' },
{ id: 1, label: 'Tab 2', prependIcon: 'mdiPlusCircle', disabled: true },
{ id: 2, label: 'Tab 3', prependIcon: 'mdiHeart' },
{ id: 3, label: 'Tab 4', prependIcon: 'mdiFaceMan' },
Expand Down

0 comments on commit 4c4a15d

Please sign in to comment.