Search

Nalezeno "Query": 62

React Query Builder usnadní tvorbu dotazů


Komponenta React Query Builder umožní vizuální tvorbu dotazů v různých formátech včetně SQL, MongoDL nebo ElasticSearch. Komponenta je snadno konfigurovatelná (vyzkoušejte si demo) a můžete ji použít ve vaší aplikaci

Bitcoin Hits Peak Interest on Google Trends Following SEC’s ETF Approvals


In the week spanning Jan. 7th to the 13th, 2024, Google Trends revealed a peak interest score of 100 for the search term bitcoin. A closer examination of Google Trends over the past three months highlights that this interest surged to its apex on Jan. 11. This was the day after the U.S. Securities...

The New CSS Media Query Range Syntax


The Media Queries Level 4 specification has introduced a new syntax for targeting a range of viewport widths using common mathematical comparison operators, like , and =, that make more sense syntactically while writing less code for responsive web design. The New CSS Media Query Range Syntax...

Detect System Theme Preference Change Using JavaScript


JavaScript and CSS allow users to detect the user theme preference with CSS’ prefers-color-scheme media query. It’s standard these days to use that preference to show the dark or light theme on a given website. But what if the user changes their preference while using your app?...

Collective #727


VRSEAT * Nutshell * Bespoke WebGL Postprocessing * Headway * Use the Right Container Query Syntax

No Motion Isn’t Always prefers-reduced-motion


There is a code snippet that I see all the time when the media query prefers-reduced-motion is talked about. Here it is: @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms...

A New Container Query Polyfill That Just Works


There is an easy-to-use CSS container query polyfill now. You essentially conditionally load it and forget about it. Then write spec-compliant container queries code. A New Container Query Polyfill That Just Works originally published on CSS-Tricks. You should get the newsletter and become...

Detecting Media Query Support in CSS and JavaScript


You can’t just do @media (prefers-reduced-data: no-preference) alone because, as Kilian Valkhof says: […] that would be false if either there was no support (since the browser wouldn’t understand the media query) or if it was supported but the … The post...

Meet `:has`, A Native CSS Parent Selector


The reasons that are often cited that make container queries difficult or impossible is things like infinite loops—e.g. changing the width of an element, invalidating a container query, which changes the width again, which makes the container query take effect, … The post Meet `:has`,...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace