Added static Input-Form Prototype
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import Button from './Button';
|
||||
|
||||
export default function InputFormButtons() {
|
||||
return (
|
||||
<>
|
||||
<div id="buttons">
|
||||
<Button color="red" width="100px" height="30px" text="Abbrechen"/>
|
||||
<Button color="green" width="100px" height="30px" text="Erstellen"/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user