parent
4683dc0ba2
commit
0a834c6eba
2 changed files with 38 additions and 1 deletions
@ -1,7 +1,27 @@ |
|||||||
import React from "react"; |
import React from "react"; |
||||||
|
import Button from "../../ButtonDesign/Button"; |
||||||
|
|
||||||
const OfferSection = () => { |
const OfferSection = () => { |
||||||
return <div>OfferSection</div>; |
return ( |
||||||
|
<div className="w-full flex flex-row items-center justify-between"> |
||||||
|
<button className="btn">sffsddfsfds</button> |
||||||
|
<Button |
||||||
|
text={"پیشنهاد سردبیر"} |
||||||
|
className={ |
||||||
|
"w-[120px] px-2 py-2 bg-surface text-primaryDark text-xs font-bold rounded" |
||||||
|
} |
||||||
|
/> |
||||||
|
{/* divider */} |
||||||
|
<hr className="w-full mx-4 border border-surfaceBorder" /> |
||||||
|
{/* left Button */} |
||||||
|
<Button |
||||||
|
text={"مشاهده بیشتر"} |
||||||
|
className={ |
||||||
|
"w-[120px] p-2 bg-surface text-primaryDark text-xs font-bold rounded" |
||||||
|
} |
||||||
|
/> |
||||||
|
</div> |
||||||
|
); |
||||||
}; |
}; |
||||||
|
|
||||||
export default OfferSection; |
export default OfferSection; |
||||||
|
Loading…
Reference in new issue