-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implemented: documentation of DxpShopifyImg, DxpProductIdentifier and DxpMenuFooterNavigation for user reference #256
base: main
Are you sure you want to change the base?
Conversation
… DxpMenuFooterNavigation for user reference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amansinghbais kind of some side questions. Please take a look
|
||
<h4> Conditions </h4> | ||
|
||
* Allows product stores selection only when there are multiple stores to choose from. (i.e., more than 2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should me more than 1 right?
* Allows product stores selection only when there are multiple stores to choose from. (i.e., more than 2) | ||
* Allows shopify configs selection only if both the given below conditions fulfill: | ||
* More than 1 shopify configs are availabe | ||
* And less than 3 product stores are available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why less than 3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments
import { DxpShopifyImg } from '@hotwax/dxp-components'; | ||
</script> | ||
|
||
### Props |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the table pattern followed by @Ritika-Patel08 and use that as a standard.
|
||
### Recommendation | ||
|
||
This component can be used anywhere for displaying image just need to pass image src as prop and optional to pass size. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can add a link to Shopify doc of image sizes
<h4> Conditions </h4> | ||
|
||
* Allows product stores selection only when there are multiple stores to choose from. (i.e., more than 2) | ||
* Allows shopify configs selection only if both the given below conditions fulfill: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Allows shopify configs selection only if both the given below conditions fulfill: | |
* Allows Shopify configs selection only if both the given below conditions fulfill: |
No description provided.