update App.js and ProductDesign.js

master
Your Name 2 years ago
parent 8228fdd71c
commit e1911626b6
  1. 31
      src/App.js
  2. 2
      src/components/productDesign/ProductDesign.js

@ -83,6 +83,7 @@ import CustomToast from "./components/CustomToast";
import IconText from "./components/IconText"; import IconText from "./components/IconText";
import CardDesign2 from "./components/CardDesign2"; import CardDesign2 from "./components/CardDesign2";
import ButtonDivTag from "./components/ButtonDivTag"; import ButtonDivTag from "./components/ButtonDivTag";
import Button from "./components/Button";
// import Digikala from "./components/Digikala/ImageSlider"; // import Digikala from "./components/Digikala/ImageSlider";
@ -90,17 +91,12 @@ function App() {
return ( return (
<Provider store={store}> <Provider store={store}>
<div className="App"> <div className="App">
{/* <ProductDesign /> */} <ProductDesign />
{/* <VodProductDesign /> */} {/* <VodProductDesign /> */}
{/* <VodProduct /> */} {/* <VodProduct /> */}
{/* <VodProductNew /> */} {/* <VodProductNew /> */}
{/* <BookDesign /> */} {/* <BookDesign /> */}
{/* <ButtonDesign /> */}
{/* <ButtonNewDesign /> */}
{/* <ProductTags /> */}
{/* <HeaderDesign1 /> */} {/* <HeaderDesign1 /> */}
{/* <NewTagDesign /> */}
{/* <CounterDesign /> */}
{/* <Blogs /> */} {/* <Blogs /> */}
{/* <BlogDesign1 /> */} {/* <BlogDesign1 /> */}
{/* <BlogDesign2 /> */} {/* <BlogDesign2 /> */}
@ -112,19 +108,17 @@ function App() {
{/* <Testttt /> */} {/* <Testttt /> */}
{/* <Design2D /> */} {/* <Design2D /> */}
{/* <Features /> */} {/* <Features /> */}
{/* <Feedback /> */} <Feedback />
{/* <Alert /> */} {/* <Alert /> */}
{/* <Toast /> */} {/* <Toast /> */}
{/* <ProductSuggestion /> */} <ProductSuggestion />
{/* <ProductImage /> */} {/* <ProductImage /> */}
{/* <ProductTab /> */} {/* <ProductTab /> */}
{/* <ProductStatusCard /> */} <ProductStatusCard />
{/* <AdvertisementDesign1 /> */} {/* <AdvertisementDesign1 /> */}
{/* <AdvertisementDesign2 /> */} {/* <AdvertisementDesign2 /> */}
{/* <AdvertisementDesign3 /> */} {/* <AdvertisementDesign3 /> */}
{/* <CourseChapter /> */} {/* <CourseChapter /> */}
{/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart /> */}
{/* <Design1 /> */} {/* <Design1 /> */}
{/* <Design2 /> */} {/* <Design2 /> */}
{/* <TableDesign1 /> */} {/* <TableDesign1 /> */}
@ -145,6 +139,13 @@ function App() {
{/* <CardDesign1 /> */} {/* <CardDesign1 /> */}
{/* <CardDesign2 /> */} {/* <CardDesign2 /> */}
{/* *************************************************** mini components *************************************************** */} {/* *************************************************** mini components *************************************************** */}
<Button />
{/* <ButtonDesign /> */}
{/* <ButtonNewDesign /> */}
{/* <ButtonDivTag /> */}
{/* <ProductTags /> */}
{/* <NewTagDesign /> */}
{/* <CounterDesign /> */}
{/* <AnimatedProgressBar /> */} {/* <AnimatedProgressBar /> */}
{/* <CircleInCircle /> */} {/* <CircleInCircle /> */}
{/* <BreadCrumb /> */} {/* <BreadCrumb /> */}
@ -154,6 +155,8 @@ function App() {
{/* <Folderlists /> */} {/* <Folderlists /> */}
{/* <CardHolder /> */} {/* <CardHolder /> */}
{/* <UploadFile /> */} {/* <UploadFile /> */}
{/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart /> */}
{/* <BarChartApex /> */} {/* <BarChartApex /> */}
{/* <OutlineInput /> */} {/* <OutlineInput /> */}
{/* <CancleIcon /> */} {/* <CancleIcon /> */}
@ -165,7 +168,7 @@ function App() {
{/* <IndianaDragScroll /> */} {/* <IndianaDragScroll /> */}
{/* <IconText /> */} {/* <IconText /> */}
{/* <CustomToast /> */} {/* <CustomToast /> */}
{/* <ButtonDivTag /> */}
{/* <div className="flex"> {/* <div className="flex">
<SidebarDesign2 className="w-1/5" /> <SidebarDesign2 className="w-1/5" />
<span className="w-4/5 "> <span className="w-4/5 ">
@ -173,8 +176,10 @@ function App() {
<FooterDesign1 /> <FooterDesign1 />
</span> </span>
</div> */} </div> */}
{/* <Digikala /> */} {/* <Digikala /> */}
<TestComponentNew />
{/* <TestComponentNew /> */}
</div> </div>
</Provider> </Provider>
); );

@ -318,5 +318,5 @@ ProductDesign.defaultProps = {
productTitleAlignment: "text-justify", productTitleAlignment: "text-justify",
//میتونیم تعیین کنیم که قیمت و دکمه اضاف به سبد خرید کنار یکدیگر باشند یا زیر هم //میتونیم تعیین کنیم که قیمت و دکمه اضاف به سبد خرید کنار یکدیگر باشند یا زیر هم
priceDirection: "flex-col", priceDirection: "flex-row",
}; };

Loading…
Cancel
Save