Animated slideshows to showcase your speakers, sponsors, organisers, announcements and quotes. Plus handy tools to make your life easier: a remote-controlled countdown timer, a clock, and a prize draw for attendees.
A set of small, responsive CSS modules that you can use in every web project.
A toolkit for building rich-text editors on the web. An ideal content editor produces structured, semantically meaningful documents, but does so in a way that is easy for users to understand. ProseMirror tries to bridge the gap between Markdown text editing and classical WYSIWYG editors.
Single-spa is a javascript framework for front-end microservices. Use multiple frameworks in a single-page application, allowing you to split code by functionality and have Angular, React, Vue.js, etc. apps all living in harmony.
Touch enabled jQuery plugin that lets you create a beautiful responsive carousel slider.
Add a dark-mode / night-mode to your website in a few seconds. This library uses the css mix-blend-mode in order to bring Dark-mode to any of your websites. Just copy paste the snippet and you will get a widget to turn on and off the dark-mode.
The sectioning elements in HTML5 are < nav >, < aside >, < article >, and < section >.
is also kind of a sectioning element since all content lying inside of it is part of the default document section. This post explains how each sectioning element could be used appropriately in your html code.
Folks new to web development may not know that form inputs using the file type are read only. [...] However, just because the field is read only doesn’t mean we can’t do cool stuff with it. Post written by Raymond Camden.
A pure CSS library to beautify checkbox and radio buttons.
Start your development with Material Dashboard React Nodejs, a free Material-UI Admin built for Node.js framework, the newest go-to technology for top companies.
As they did for JavaScript, Sacha Greif and Raphaël Benitte launch the state of CSS 2019 based on survey. Check this out on this beautiful and clean website.
Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
Generation of diagram and flowchart from text in a similar manner as markdown.
Templated is a collection of 867 simple CSS, HTML5 and responsive site templates released for free under the Creative Commons.
Hybrids is a UI library for creating Web Components, which favors plain objects and pure functions over class and this syntax. It provides simple and functional API for creating custom elements.