Web Development

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 »

CSS Selectors: Target child element inside class CSS

How to add style to elements inside a CSS class. Add style to the child element inside a CSS class div. Apply style to... Read more »

WhatsApp Share Link Code – Javascript Link Generation

Share on WhatsApp link can be generated programmatically. We can also append our data like text or other links with the share link. In... Read more »