Skip to content

Commit

Permalink
style: update storybook label for better explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jul 17, 2020
1 parent a960770 commit 1b902ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stories/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Default = () => {
},
titleClass: {
type: String,
default: text('Set title custom class (color red)', '')
default: text('Set title custom class (for this example if you type anything will set the color red)', '')
},
titleSubstr: {
type: Number,
Expand All @@ -101,7 +101,7 @@ export const Default = () => {
},
contentClass: {
type: String,
default: text('Set content custom class (color red)', '')
default: text('Set content custom class (for this example if you type anything will set the color red)', '')
},
contentSubstr: {
type: Number,
Expand Down Expand Up @@ -208,7 +208,7 @@ export const Slot = () => {
},
titleClass: {
type: String,
default: text('Set title custom class (color red)', '')
default: text('Set title custom class (for this example if you type anything will set the color red)', '')
},
titleSubstr: {
type: Number,
Expand All @@ -224,7 +224,7 @@ export const Slot = () => {
},
contentClass: {
type: String,
default: text('Set content custom class (color red)', '')
default: text('Set content custom class (for this example if you type anything will set the color red)', '')
},
contentSubstr: {
type: Number,
Expand Down

0 comments on commit 1b902ee

Please sign in to comment.