2022-09-21 11:55:25 +03:00
|
|
|
****************************************************************
|
|
|
|
Material UI v4: https://v4.mui.com/components/lists/
|
2022-09-21 19:03:38 +03:00
|
|
|
https://v4.mui.com/components/material-icons/
|
2022-09-21 11:55:25 +03:00
|
|
|
****************************************************************
|
2020-05-13 17:56:51 +03:00
|
|
|
|
|
|
|
withTranslation()(LegacyComponentClass)
|
|
|
|
const { t } = this.props;
|
|
|
|
|
|
|
|
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
|
|
|
|
function MyComponent() {
|
2020-05-27 01:31:31 +03:00
|
|
|
const { t, i18n } = useTranslation();
|
|
|
|
|
|
|
|
|
2020-06-06 02:07:04 +03:00
|
|
|
|
|
|
|
import { makeStyles, useTheme } from "@material-ui/core/styles";
|
2020-06-06 02:47:03 +03:00
|
|
|
const theme = useTheme();
|
|
|
|
|
2020-06-06 03:36:18 +03:00
|
|
|
https://www.flaticon.com/free-icon/wizard_2534554?term=wizard&page=1&position=64
|
|
|
|
|
|
|
|
https://lucasbassetti.com.br/react-simple-chatbot/#/docs/previous-value
|