UNPKG

2.32 kBMarkdownView Raw
1```js
2<OutfitsListing
3 headerContent={
4 [
5 <H3>Introducing</H3>,
6 <H1>Rockets of Awesome Outfits</H1>,
7 <H2>Shop Curated looks from our team of stylists</H2>
8 ]
9 }
10 outfits={
11 [
12 {
13 image: {
14 src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/t_plp_product_shot/v1/production/catalog/m44tim52vvuz4ofsb5te.jpg'
15 },
16 information: [
17 <H4 margin='1rem 0 0'>Lacey & Lively</H4>
18 ],
19 card: {
20 href: 'https://www.fillmurray.com'
21 }
22 },
23 {
24 image: {
25 src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/t_plp_product_shot/v1/production/catalog/numtitbfmwu12kdkrjru.jpg'
26 },
27 information: [
28 <H4 margin='1rem 0 0'>Don't Ruffel My Feathers</H4>
29 ],
30 card: {
31 href: 'https://www.fillmurray.com'
32 }
33 },
34 {
35 image: {
36 src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/t_plp_product_shot/v1/production/catalog/etg9j9peufifnay3wjkq.jpg'
37 },
38 information: [
39 <H4 margin='1rem 0 0'>Serious Stripes!</H4>
40 ],
41 card: {
42 href: 'https://www.fillmurray.com'
43 }
44 },
45 {
46 image: {
47 src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/t_plp_product_shot/v1/production/catalog/cbwesr3g1hie6jsjatir.jpg'
48 },
49 information: [
50 <H4 margin='1rem 0 0'>Pretty in Pink</H4>
51 ],
52 card: {
53 href: 'https://www.fillmurray.com'
54 }
55 },
56 {
57 image: {
58 src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/t_plp_product_shot/v1/production/catalog/ygzsz9i2euijpjnssjlk.jpg'
59 },
60 information: [
61 <H4 margin='1rem 0 0'>Outter Orbit</H4>
62 ],
63 card: {
64 href: 'https://www.fillmurray.com'
65 }
66 },
67 {
68 image: {
69 src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/t_plp_product_shot/v1/production/catalog/efbrjrnnpjqd22by7xxf.jpg'
70 },
71 information: [
72 <H4 margin='1rem 0 0'>Absolutely Electric</H4>
73 ],
74 card: {
75 href: 'https://www.fillmurray.com'
76 }
77 }
78 ]
79 }
80/>
81```