Skip to content

Commit

Permalink
feat: update story book
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshaa-m committed Apr 13, 2023
1 parent 1fb8036 commit ef330b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const Template = (args, { argTypes }) => ({
:label="label"
:helper-text="helperText"
:invalid="invalid"
:placeholder="placeholder"
@scaleChange="scaleChange"
@scale-change="scale-change"
@scaleFocus="scaleFocus"
Expand Down Expand Up @@ -144,6 +145,7 @@ export const RangeTemplate = (args, { argTypes }) => ({
ref="start"
identifier="start"
label="Start"
:placeholder="placeholder"
style="margin-right: 8px;"
:value="$data.start"
:max="$data.end"
Expand Down Expand Up @@ -417,6 +419,7 @@ const RangeTemplate = (args, { argTypes }) => ({
ref="start"
identifier="start"
label="Start"
:placeholder="placeholder"
style="margin-right: 8px;"
:value="$data.start"
:max="$data.end"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:helper-text="helperText"
:invalid="invalid"
:popup-title="popupTitle"
:placeholder="placeholder"
:styles="styles"
@scaleChange="scaleChange"
@scaleFocus="scaleFocus"
Expand Down Expand Up @@ -47,6 +48,7 @@ export default {
disabled: { type: Boolean },
popupTitle: { type: String },
styles: { type: String },
placeholder: { type: String },
size: { type: String },
},
methods: {
Expand Down

0 comments on commit ef330b3

Please sign in to comment.