Button fix
This commit is contained in:
@@ -8,6 +8,7 @@ function App() {
|
|||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<Button icon={arrowLeft} iconWidth={50} iconHeight={50} width={200} height={100}/>
|
<Button icon={arrowLeft} iconWidth={50} iconHeight={50} width={200} height={100}/>
|
||||||
|
<Button icon={arrowRight}></Button>
|
||||||
<Button text={"Hallo"} onClick={() => {console.log("test")}}></Button>
|
<Button text={"Hallo"} onClick={() => {console.log("test")}}></Button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user