Skip to content

Commit

Permalink
Update BccKnob story
Browse files Browse the repository at this point in the history
  • Loading branch information
u12206050 committed Feb 13, 2025
1 parent 422bb09 commit e7d6a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design-library/src/components/BccKnob/BccKnob.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ const Template: StoryFn<typeof BccKnob> = (args) => ({
<div class="relative flex flex-col justify-center items-center">
<BccKnob v-bind="args" v-model="value">
<template #left>
<div class="opacity-40">Less</div>
<div class="opacity-40 p-4">Less</div>
</template>
<template #right>
<div class="opacity-40">More</div>
<div class="opacity-40 p-4">More</div>
</template>
<pre>{{ value }}</pre>
</BccKnob>
Expand Down

0 comments on commit e7d6a03

Please sign in to comment.