parent
7b8a4ae1b2
commit
2f766ce526
8 changed files with 59 additions and 3 deletions
@ -0,0 +1,16 @@ |
|||||||
|
import arrowIcon from './arrow-icon.svg'; |
||||||
|
import more from './more.svg'; |
||||||
|
import edit from './edit.svg'; |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export function Buttons({ }) { |
||||||
|
return ( |
||||||
|
<div className=" flex flex-row items-center"> |
||||||
|
<button className="flex flex-row items-center justify-around p-2 rounded border"> |
||||||
|
جزیات |
||||||
|
<img src={arrowIcon} alt="" className="w-3 cursor-pointer mr-2" /> |
||||||
|
</button> |
||||||
|
</div> |
||||||
|
); |
||||||
|
} |
@ -0,0 +1,9 @@ |
|||||||
|
export function EditButtons({ }) { |
||||||
|
return ( |
||||||
|
<div className="bg-red-600 flex flex-row items-center"> |
||||||
|
<button>جزیات</button> |
||||||
|
<button>جزیات</button> |
||||||
|
<button>جزیات</button> |
||||||
|
</div> |
||||||
|
); |
||||||
|
} |
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 725 B |
After Width: | Height: | Size: 658 B |
Loading…
Reference in new issue