Found 10528 bookmarks
Newest
Grail UI
Grail UI
A library of accessible component primitives, actions and utilities for Svelte.
·grail-ui.vercel.app·
Grail UI
Lion
Lion
Fundamental white label web components for building your design system
·lion-web.netlify.app·
Lion
Simple Icons
Simple Icons
2444 Free SVG icons for popular brands
·simpleicons.org·
Simple Icons
PWAs in app stores
PWAs in app stores
Progressive Web Apps can be submitted to app stores like the Android Play Store or the Microsoft Store and more.
·web.dev·
PWAs in app stores
The search element | scottohara.me
The search element | scottohara.me
Today, March 24th 2023, the HTML specification added a new grouping content element. The search element.
·scottohara.me·
The search element | scottohara.me
Fighting inter-component HTML bloat
Fighting inter-component HTML bloat
The separation of concerns we aim for in design systems has an unwanted byproduct: bloated HTML in the space between components. What can we do as component authors to encourage good markup hygiene at the inter-component level?
·elisehe.in·
Fighting inter-component HTML bloat
https://svgdoodles.com
https://svgdoodles.com
A free collection of 50 different hand-made and editable SVG Doodles to spice up your online and offline designs!
·svgdoodles.com·
https://svgdoodles.com
Make Bookmarklets · Make It Easey
Make Bookmarklets · Make It Easey
A bookmarklet generator which is clean and easy to use. Create and test bookmarklets in your browser. Extend your browsing experience any way you see fit.
·make-bookmarklets.com·
Make Bookmarklets · Make It Easey
A Step-By-Step Guide To Building Accessible Carousels — Smashing Magazine
A Step-By-Step Guide To Building Accessible Carousels — Smashing Magazine
Most carousels come along with usability and accessibility issues. To avoid these issues, this article addresses step-by-step design considerations as well as semantic requirements for carousels to be accessible. It is intended to create an in-depth understanding of the implementation and its impact on users.
·smashingmagazine.com·
A Step-By-Step Guide To Building Accessible Carousels — Smashing Magazine
MiniSearch
MiniSearch
Documentation for MiniSearch
·lucaong.github.io·
MiniSearch
How To Create Dynamic Donut Charts With TailwindCSS And React — Smashing Magazine
How To Create Dynamic Donut Charts With TailwindCSS And React — Smashing Magazine
In this article, Paul Scanlon shares a super lightweight approach to creating a Donut chart using conic-gradient(). There are no additional libraries to install or maintain, and there’s no heavy JavaScript that needs to be downloaded by the browser in order for them to work.
·smashingmagazine.com·
How To Create Dynamic Donut Charts With TailwindCSS And React — Smashing Magazine
Using Zod & TypeScript for more than user input validation
Using Zod & TypeScript for more than user input validation
If you have ever created an API or a form accepting user input, you know what data validation is, and how tedious it can be. Fortunately, libraries can help us, such as Yup or Zod. But recently, I realized that these libraries allow patterns that go much farther than input validation. In this post, I’ll show you why I now use them in most of my TypeScript projects.
·scastiel.dev·
Using Zod & TypeScript for more than user input validation