Make the input and button on the same line
I’m making a todo list app using react and chakra ui. I want to make the input and the button on the same line. This is what i get: photo I want to make something like this: photo My Code: App.js: import "./App.css"; import { ChakraProvider } from "@chakra-ui/react"; import Todo from "./components/Todo"; function App()… Read More Make the input and button on the same line