File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
dotcom-rendering/src/components/StarRating Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,29 @@ export const SmallStory = () => (
5555) ;
5656SmallStory . storyName = 'Small Stars' ;
5757
58+ export const MediumStory = ( ) => (
59+ < >
60+ < h1 > 0 Star</ h1 >
61+ < StarRating rating = { 0 } size = "medium" />
62+ < br />
63+ < h1 > 1 Star</ h1 >
64+ < StarRating rating = { 1 } size = "medium" />
65+ < br />
66+ < h1 > 2 Star</ h1 >
67+ < StarRating rating = { 2 } size = "medium" />
68+ < br />
69+ < h1 > 3 Star</ h1 >
70+ < StarRating rating = { 3 } size = "medium" />
71+ < br />
72+ < h1 > 4 Star</ h1 >
73+ < StarRating rating = { 4 } size = "medium" />
74+ < br />
75+ < h1 > 5 Star</ h1 >
76+ < StarRating rating = { 5 } size = "medium" />
77+ </ >
78+ ) ;
79+ MediumStory . storyName = 'Medium stars' ;
80+
5881export const LargeStory = ( ) => (
5982 < >
6083 < h1 > 0 Star</ h1 >
You can’t perform that action at this time.
0 commit comments