Top 10 Open Source Binance Alternative Apps [Guide #2023]

Since we blend digital technology and capital, it is well known that Binance “speaks for “Binary” and “Finance.” Binance is a cryptocurrency exchange that does not operate in traditional currencies. Check the official website for additional information and it is a Crypto Exchange Utility in the Bitcoin & Cryptocurrency category.

Read More »

Custom Textarea Like Whatsapp

Custom Textarea Like Whatsapp <div contenteditable=”true” id=”message” class=”textarea_like_whatsapp” data-text=”Type something…”> </div>   #################### scss .textarea_like_whatsapp { display: block; min-height: 60px; max-height: 98px; overflow-x: auto; width: calc(100% – 103px); line-height: 21px; padding: 10px; font-size: 15px; line-height: 25px; border: 2px solid gray float: left; } [contentEditable=”true”] { &:empty { &:not(:focus) { &:before

Read More »

How To Add Background Image In Ionic 4

 the background image on ion-content ion-content { –background: url(../../assets/images/bg4.jpg) 0 0/100% 100% no-repeat !important; background-color: #fff; } background image on some custom tag like div etc.   div{ background: url(/assets/images/react.svg) 0 0/100% 100% no-repeat !important; } background image on full page (header, ion-content,footer) Example If your page name is setting then

Read More »

Add class on body when we use dark mode MUI react [Guide #2023]

Open src\components\settings\index.js import { useState, useEffect } from ‘react’; import { useTheme, alpha, styled } from ‘@mui/material/styles’; import useSettings from ‘../../hooks/useSettings’; import SettingMode from ‘./SettingMode’; const theme = useTheme(); const { themeMode, themeDirection, themeColorPresets, themeStretch, themeLayout, onResetSetting } = useSettings(); const [open, setOpen] = useState(false); const notDefault = themeMode !==

Read More »
No data found.