Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use animated material ui icons in React

https://material.io/design/iconography/animated-icons.html I attached link above how can i integrated icon in my react application there is not have any code.

like image 336
Mehul Jariwala Avatar asked Jan 11 '19 10:01

Mehul Jariwala


1 Answers

I think it is not supported out of the box by material-ui, but you can use css transitions to accomplish it.

Maybe this lib can solve it for you or at least inspire your implementation?

https://mui.wertarbyte.com/#material-ui-toggle-icon

Their implementation looks pretty nice, well documented and MIT: https://github.com/TeamWertarbyte/material-ui-toggle-icon

like image 108
Stuck Avatar answered Sep 19 '22 09:09

Stuck