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 16, 2018
1 parent d424c13 commit e1304c0
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={{ min: 50 }} />
</WrapWithHits>
),
{
displayName,
filterProps,
}
)
.addWithJSX(
'with default values',
() => (
<WrapWithHits linkedStoryGroup="RangeInput">
<RangeInput
Expand Down

0 comments on commit e1304c0

Please sign in to comment.