import button material ui

Solutions on MaxInterview for import button material ui by the best coders in the world

showing results for - "import button material ui"
Jessica
15 Sep 2020
1import Button from '@material-ui/core/Button';
2// or
3import { Button } from '@material-ui/core';