Web Development

Mantine UI – React – Success Notification

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 »

Mantine UI – onBlur, onChange not working TextInput, Input – Solution

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 »

Mantine UI – Using theme colors

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 »

Customize Input Box , Text Input in Mantine UI

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 »

CSS Media Query Break Point – Sample Code

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 »

React Bootstrap – Card with Image and Title Example Code

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 »

Cart Button Icon SVG Code, React JS Example Shopping Cart

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 »

React Bootstrap – Make Navbar Sticky

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 »