|
|
|
@ -17,9 +17,18 @@ const ButtonDesign = () => { |
|
|
|
|
return ( |
|
|
|
|
<div> |
|
|
|
|
<section className="w-11/12 mx-auto p-4 bg-white rounded-md shadow-md my-8"> |
|
|
|
|
<div className="flex items-center justify-between mb-6"> |
|
|
|
|
<div className="flex items-center justify-between"> |
|
|
|
|
<h2 className="text-lg text-black">طراحی دکمه های سایت</h2> |
|
|
|
|
</div> |
|
|
|
|
<div className="my-4"> |
|
|
|
|
<p className="leading-10"> |
|
|
|
|
نام این کامپوننت |
|
|
|
|
<span className="bg-blue-400 text-white rounded shadow-sm px-2 py-1 mx-2"> |
|
|
|
|
buttonDesign |
|
|
|
|
</span> |
|
|
|
|
است. |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
{/* Button UI Design */} |
|
|
|
|
<div className="flex flex-wrap justify-around items-center"> |
|
|
|
|
<div> |
|
|
|
|