One of the simplest and most widely used buttons is a checkbox. Checkboxes are binary buttons, either checked or unchecked. Unlike a series of radio buttons, checkboxes can be toggled independently of one another, making them popular for filtering search results, like the sidebar on Amazon. If you are already styling all of your forms, you must know how painful checkboxes can be. They, per-se, aren’t really that much customizable. So in this post we’ve collected 20 Awesome Checkbox Designs & Animations for your inspiration.…
Tags: javascript
17 Best WYSIWYG HTML Editors
In this post I suggest you to try 17 best free WYSIWYG editors that transform simple textarea HTML elements into powerful and useful rich text editors.…
10+ Best Code Presentation Tools for Developer
So you`ve got a code presentation coming up, but whilst it looks beautiful in your text-editor with syntax highlighting, it`s ugly in Keynote. If you are a developer, and you ever tried to show code on your slides, you know it`s painful. So here are 10 Best Code Presentation Tools for Developer to create better slides in a timely fashion. …
10 Top Interactive Map JavaScript Libraries 2022
Adding an interactive map to your web application can be an incredibly useful tool. When it comes to maps it has to be simple and comprehensive. Adding maps to a website is not very hard but making them interactive, lightweight and mobile-friendly is kinda difficult. So here are some Javascript libraries that come to the rescue.…
20 CSS Javascript Date Picker Calendar Examples
Choosing dates using a date picker has been one of the most commonly followed design trends across a plethora of websites. We just need an input field where we need to enter dates, and then a pop-up calendar. There are a lot of use cases where users need to enter the date. A very common example is to enter the date of birth, Book a ticket, make a restaurant reservation, Schedule a meeting, etc. If you are about to design a date picker, here are some examples of CSS Javascript date picker for inspiration.…
10+ Best Javascript Timeline Libraries 2022
Timeline, in the digital world, is a way of narrating a story in the chronological order. Reading a list of dates and events in a table is never as interesting as poring over a detailed timeline. So here are Javascript Libraries for creating beautifully crafted timelines easily.…
10+ Useful Javascript Iframe Libraries
Iframes let you build user experiences into embeddable ‘cross-domain components’, which let users interact with other sites without being redirected. They have a terrible reputation; historically they’ve been used pretty much exclusively for advertizing and tracking and they’re slow to load, resulting in a pretty terrible user experience. So here in this post I’ve collected some Javascript libraries to solve some of the major problems with iframes and popups.…
25 Modern CSS Layout Design Ideas Inspiration
Flexbox and CSS Grid Layouts are great for handling site layout. Laying out a page is very crucial when web designing is concerned. you can not always depend on the default way of organizing elements in HTML and CSS. So here in this post I`ve collected 25 Modern CSS Layout Design Ideas Inspiration for a solution for developing highly responsive layouts using Flexbox and Grid System.…