master
mahdi 3 years ago
parent 66b7ade3bc
commit 38e7a56edc
  1. 12
      src/components/productDesign/ProductDesign.js

@ -33,7 +33,7 @@ const ProductDesign = ({
<span className="bg-blue-400 text-white rounded shadow-sm px-2 py-1 mx-2">
productDesign
</span>
است و داخل این کامپوننت شما میتوانید با{" "}
است و داخل این کامپوننت شما میتوانید با
<span className="bg-blue-400 text-white rounded shadow-sm px-2 py-1 mx-2">
ture - false
</span>
@ -41,7 +41,13 @@ const ProductDesign = ({
<span className="bg-blue-400 text-white rounded shadow-sm px-2 py-1 mx-2">
Props
</span>
ها به صورت داینامیک دیزاین های مختلفی را مشاهده کنید.
ها به صورت داینامیک دیزاین های مختلفی را مشاهده کنید شما همچنین
میتوانید با تغییر دادن مقدار <span>PriceDirection</span> به یکی از این
ها:
<span className="bg-blue-400 text-white rounded shadow-sm px-2 py-1 mx-2">
flex-row/flex-row-reverse/flex-column/flex-column-reverse
</span>
دیزاین های متفاوتی را برای قسمت قسمت هر محصول ببینید.
</p>
<p className="mt-4 leading-7 ">
برای نمایش ستاره ها من از یک کامپوننت استفاده کردم ====
@ -608,7 +614,7 @@ ProductDesign.defaultProps = {
likeBtn: true,
discount: true,
discountPricePercent: true,
discountPrice: false,
discountPrice: true,
productContent: true,
star: true,
productTags: true,

Loading…
Cancel
Save