-
Notifications
You must be signed in to change notification settings - Fork 56
Improve examples for components Image Thumbnail #3927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3c9eb85
f6ad9fb
d93e630
61dcf84
907c5ce
a8fe5bc
8be7cbf
ed0bde4
8bdba67
8c81e2f
dced555
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| --- | ||
| --- |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,15 @@ | ||
| <s-image | ||
| src="https://cdn.shopify.com/static/sample-product/House-Plant1.png" | ||
| alt="Product image" | ||
| ></s-image> | ||
| <s-grid gridTemplateColumns="80px 1fr" gap="base" alignItems="center"> | ||
| <s-image | ||
| src="https://cdn.shopify.com/static/sample-product/House-Plant1.png" | ||
| alt="Indoor plant" | ||
| aspectRatio="1/1" | ||
| objectFit="cover" | ||
| borderRadius="base" | ||
| inlineSize="fill" | ||
| /> | ||
| <s-stack gap="small"> | ||
| <s-text type="strong">Indoor Plant</s-text> | ||
| <s-text color="subdued">SKU: PLT-001</s-text> | ||
| <s-text tone="success">In stock</s-text> | ||
| </s-stack> | ||
| </s-grid> |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.