parent
2f766ce526
commit
abdf98ccdb
5 changed files with 31 additions and 9 deletions
@ -1,9 +1,12 @@ |
|||||||
|
import search from './search-normal.svg'; |
||||||
|
|
||||||
|
|
||||||
export function EditButtons({ }) { |
export function EditButtons({ }) { |
||||||
return ( |
return ( |
||||||
<div className="bg-red-600 flex flex-row items-center"> |
<div className="flex flex-row items-center"> |
||||||
<button>جزیات</button> |
<div className="border border-blue-400 flex flex-col items-center justify-center p-1 rounded-sm bg-blue-200 bg-opacity-30"> |
||||||
<button>جزیات</button> |
<img src={search} alt="" className="w-6 cursor-pointer mr-2" /> |
||||||
<button>جزیات</button> |
</div> |
||||||
</div> |
</div> |
||||||
); |
); |
||||||
} |
} |
||||||
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in new issue