mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
fix bugs and now final version of UI
This commit is contained in:
parent
b77a6c9580
commit
34708cdf17
6 changed files with 151 additions and 178 deletions
|
@ -1,9 +1,6 @@
|
|||
import * as React from "react";
|
||||
import Box from "@mui/material/Box";
|
||||
import TextField from "@mui/material/TextField";
|
||||
import StyledEngineProvider from "@mui/styled-engine/StyledEngineProvider";
|
||||
import { useFormControl } from '@mui/material/FormControl';
|
||||
|
||||
|
||||
export default function MultilineTextFields() {
|
||||
return (
|
||||
|
@ -16,12 +13,11 @@ export default function MultilineTextFields() {
|
|||
>
|
||||
<div>
|
||||
<TextField
|
||||
className="bio-input"
|
||||
className="bio-input"
|
||||
id="outlined-multiline-flexible"
|
||||
label="Multiline"
|
||||
multiline
|
||||
maxRows={4}
|
||||
onChange={(event) => {}}
|
||||
/>
|
||||
</div>
|
||||
</Box>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue