update App.js, src/components/CardTrelloDesign/index.js and src/components/ProductSalesAmount/Design2/index.js

master
mahdi 3 years ago
parent 0f8fd5edeb
commit 8e1c4dbd01
  1. 4
      src/App.js
  2. 2
      src/components/CardTrelloDesign/index.js
  3. 6
      src/components/ProductSalesAmount/Design2/index.js

@ -100,7 +100,7 @@ function App() {
return ( return (
<Provider store={store}> <Provider store={store}>
<div className="App"> <div className="App">
<ProductDesign /> {/* <ProductDesign /> */}
{/* <VodProductDesign /> */} {/* <VodProductDesign /> */}
{/* <VodProduct /> */} {/* <VodProduct /> */}
{/* <VodProductNew /> */} {/* <VodProductNew /> */}
@ -118,7 +118,7 @@ function App() {
<BlogDesign5 /> <BlogDesign5 />
<BlogDesign6 /> */} <BlogDesign6 /> */}
<Button /> {/* <Button /> */}
{/* <ButtonDivTag /> */} {/* <ButtonDivTag /> */}
{/* ---------------------------- not usable ---------------------------- */} {/* ---------------------------- not usable ---------------------------- */}

@ -115,7 +115,7 @@ const CardTrelloDesign = ({
{/* progressBar */} {/* progressBar */}
<AnimatedProgressBar <AnimatedProgressBar
rangeWidth={"10%"} rangeWidth={"10%"}
parentBg={"bg-[#E3E3E3] ltr"} parentBg={"bg-[#E3E3E3] ltr mt-3"}
childBg={"bg-[#06BACE]"} childBg={"bg-[#06BACE]"}
/> />
</div> </div>

@ -13,7 +13,11 @@ const Design2 = ({ incomes }) => {
{incomes.map((income, index) => ( {incomes.map((income, index) => (
<div key={index} className="flex flex-row items-center mt-4"> <div key={index} className="flex flex-row items-center mt-4">
<img src={income.image} alt="" className="w-14 rounded-full" /> <img src={income.image} alt="" className="w-14 rounded-full" />
<AnimatedProgressBar /> <AnimatedProgressBar
rangeWidth={"10%"}
parentBg={"bg-[#E3E3E3] mx-2"}
childBg={"bg-[#06BACE]"}
/>
<p>{income.percentNumb}</p> <p>{income.percentNumb}</p>
</div> </div>
))} ))}

Loading…
Cancel
Save