mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 23:33:49 +02:00
Liste fertig Anmeldung weiter
Liste fertig Anmeldung weiter
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
function ButtonRound(props) {
|
||||
return (
|
||||
<button class="bg-primary hover:bg-primaryHover rounded-full h-9 w-9 text-white m-3">
|
||||
{" "}
|
||||
{props.name || "Button"}{" "}
|
||||
</button>
|
||||
);
|
||||
}
|
||||
export default ButtonRound;
|
||||
Reference in New Issue
Block a user