Mapbox GL is a suite of open-source libraries for embedding customizable and responsive client-side maps in web, mobile, and desktop applications. Mapbox GL maps render at a high frame rate. The abbreviation “GL” comes from OpenGL, the industry-standard Open Graphics Library. Mapbox GL allows you to use custom styles designed in Mapbox Studio. You can also manipulate every aspect of …
Creating a hole in a Div element
Box shadow support almost all modern browsers, so, you can do what you want (I hope, I understood you right) this way: html: css: So, the block will be transparent, and all around it will be hightlighted with its shadow. Example: http://codepen.io/anon/pen/ultKh
PhotoSwipe
JavaScript image gallery for mobile and desktop, modular, framework independent. In these days, it is necessary to build the beautiful image gallery in many websites including blog sites. There are several open source image gallery libraries so we can use them. Photoswipe is the most popular one, and it can be big help for us …
Remove.bg
remove.bg is a 3rd party service which provides background removal functionality.Using this service, we can remove any kind of background from face photos and get only the face of the person.Tested with a lot of Toptal profile images, and succeeded to remove the background image and get the face of Toptal developers.
React TextFit
react-textfit is a npm package which fits text content to any element.Imaging that a div tag is 100px and the text content has 1000 letters. react-textfit makes the font size very small (even 1px) in order to fit the text content into the div width.https://www.npmjs.com/package/react-textfit
Sass Color Generator
This is color generate site, which is convenient to use when we design UI/UX.http://scg.ar-ch.org/
amCharts
A go-to library for data visualization. When you don’t have time to learn new technologies. When you need a simple yet powerful and flexible drop-in data visualization solution. amCharts 4 includes both charts and geographical maps.https://www.amcharts.com/
Infinite Scroll
Infinite scrolling is a technique that allowing users to scroll through a massive chunk of content with no finishing-line in sight. This technique simply keeps refreshing a page when you scroll down it. Tempting as it may sound, the technique isn’t a one-size-fits-all solution for every site or app. When we need to implement the …
jquery.scrollbar
It is a Javascript library to display customized scrollbar on the browser.Instead of customizing the default scrollbar’s styling, it hides the default scrollbar and generate a new scrollbar using html elements.https://github.com/gromo/jquery.scrollbar