Answers for "IconButton"

0

material ui icons are not clickable how to make it clickable

//surround the whatever Icon you have inside a <IconButton><IconButton/> tag 
this IconButton is being provided by @material-ui/core,so dont forget to import that
Posted by: Guest on September-06-2020
0

IconButton

import IconButton from '@material-ui/core/IconButton';
// or
import { IconButton } from '@material-ui/core';
Posted by: Guest on June-28-2021

Browse Popular Code Answers by Language