Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
feat(RangeInputStories): add story with only one value for the defaul…
Browse files Browse the repository at this point in the history
…tRefinement
  • Loading branch information
samouss committed Feb 15, 2018
1 parent da3176a commit ee99dad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions stories/RangeInput.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ stories
)
.addWithJSX(
'with default value',
() => (
<WrapWithHits linkedStoryGroup="RangeInput">
<RangeInput attributeName="price" defaultRefinement={{ max: 200 }} />
</WrapWithHits>
),
{
displayName,
filterProps,
}
)
.addWithJSX(
'with default values',
() => (
<WrapWithHits linkedStoryGroup="RangeInput">
<RangeInput
Expand Down

0 comments on commit ee99dad

Please sign in to comment.