Web Development
Mantine Ui notification with success check mark import { IconCheck } from "@tabler/icons-react"; import { notifications } from "@mantine/notifications"; notifications.show({ id: 'load-data', color: 'teal',...
Read more »
Fix or solution for not working of onBlur and onChange in Mantine UI forms. How to trigger onBlur, onChange in mantine UI for field...
Read more »
How to use theme colors in mantine UI for styling in css, custom styles borderColor: theme.colors.yellow[6], Full Example import { createStyles } from '@mantine/core';...
Read more »
How to add custom css style for input box , texfields in mantine UI. Mantine UI text box css customize, change the border color,...
Read more »
Email signature for company and business emails. Add a signature to your business email by adding the company logo and contact details to the...
Read more »
CSS breakpoints for Laptops, Desktops, Tablets, and Smartphones. Responsive design breakpoints CSS Media Query sample codes. /* Extra small devices (phones, 600px and down)...
Read more »
Create an HTML clickable email link. When the website user clicks on the email id, it will redirect to send email page. Make an...
Read more »
Create a card with a title using bootstrap CSS in React. React bootstrap card example code - card with image and title. Rendering multiple...
Read more »
SVG code of cart icon for a shopping cart. Cart icon code for React App example. Shopping cart icon for web apps SVG code...
Read more »
How to make React bootstrap navbar sticky. Bootstrap navbar sticky code for React JS Apps. To make the navbar sticky in the React Bootstrap...
Read more »