<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jQueryScript</title>
    <description>The latest articles on DEV Community by jQueryScript (@jqueryscript).</description>
    <link>https://dev.to/jqueryscript</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2044435%2F1d02b5d3-1d9f-4d54-9e75-ac55372c2a3d.jpg</url>
      <title>DEV Community: jQueryScript</title>
      <link>https://dev.to/jqueryscript</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jqueryscript"/>
    <language>en</language>
    <item>
      <title>Composable React Carousel: Autoplay, Loop, Drag, and Swipe</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 29 Apr 2026 08:07:40 +0000</pubDate>
      <link>https://dev.to/jqueryscript/composable-react-carousel-autoplay-loop-drag-and-swipe-7l5</link>
      <guid>https://dev.to/jqueryscript/composable-react-carousel-autoplay-loop-drag-and-swipe-7l5</guid>
      <description>&lt;p&gt;carouselcn: a composable React carousel built with Tailwind CSS and shadcn/ui that uses CSS transitions for all slide movement.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No Framer Motion or external animation runtime&lt;/li&gt;
&lt;li&gt;Copy the source into your project and own it completely&lt;/li&gt;
&lt;li&gt;Horizontal and vertical orientation&lt;/li&gt;
&lt;li&gt;Loop, autoplay, drag, swipe, and keyboard navigation&lt;/li&gt;
&lt;li&gt;Controlled mode via an &lt;code&gt;onIndexChange&lt;/code&gt; callback&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;useCarousel&lt;/code&gt; and &lt;code&gt;useCarouselAutoplay&lt;/code&gt; hooks for direct state access. If you're already on a shadcn/ui project, it drops into your existing &lt;code&gt;components/ui&lt;/code&gt; folder with no extra setup.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/copy-paste-carousel/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/mnove/carouselcn" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://carouselcn.marcellonovelli.com/docs/examples/testimonials" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>CSS Only Tooltips with ::before and ::after</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 28 Apr 2026 08:35:10 +0000</pubDate>
      <link>https://dev.to/jqueryscript/css-only-tooltips-with-before-and-after-4occ</link>
      <guid>https://dev.to/jqueryscript/css-only-tooltips-with-before-and-after-4occ</guid>
      <description>&lt;p&gt;CSS Tooltips (Before &amp;amp; After): a pure CSS tooltip library that renders positioned, color-coded bubble tooltips using &lt;code&gt;::before&lt;/code&gt; and &lt;code&gt;::after&lt;/code&gt; pseudo-elements.&lt;/p&gt;

&lt;p&gt;Key features:&lt;br&gt;
• Four placement directions: top, bottom, left, right&lt;br&gt;
• Four color variants: default, accent, danger, info&lt;br&gt;
• Hover and keyboard focus support&lt;br&gt;
• Inline text tooltip mode with multi-line layout&lt;br&gt;
• Full theming through CSS custom properties&lt;br&gt;
• Zero JavaScript&lt;/p&gt;

&lt;p&gt;Add tooltips to any element with a single &lt;code&gt;data-tip&lt;/code&gt; HTML attribute.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/material-bubble-tooltips/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/material-bubble-tooltips/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>RangeFlow: React Date Range Slider and Picker</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 28 Apr 2026 02:14:26 +0000</pubDate>
      <link>https://dev.to/jqueryscript/rangeflow-react-date-range-slider-and-picker-2kil</link>
      <guid>https://dev.to/jqueryscript/rangeflow-react-date-range-slider-and-picker-2kil</guid>
      <description>&lt;p&gt;RangeFlow: a React date range picker with a drag-based slider, quick preset tabs, and a popover calendar.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drag slider with mouse and touch support&lt;/li&gt;
&lt;li&gt;Animated preset tabs (2 Weeks, 30 Days, etc.)&lt;/li&gt;
&lt;li&gt;Single CSS variable theming&lt;/li&gt;
&lt;li&gt;Slot-based customization for every visible region&lt;/li&gt;
&lt;li&gt;Imperative control API for external buttons and forms&lt;/li&gt;
&lt;li&gt;TypeScript support out of the box&lt;/li&gt;
&lt;li&gt;React 18 and 19 compatible&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/tailwind-css/date-range-picker-slider/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/raminious/rangeflow" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://rangeflow.raminmousavi.dev/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>React Native Date Picker With iOS Wheels</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Mon, 27 Apr 2026 09:06:30 +0000</pubDate>
      <link>https://dev.to/jqueryscript/react-native-date-picker-with-ios-wheels-2181</link>
      <guid>https://dev.to/jqueryscript/react-native-date-picker-with-ios-wheels-2181</guid>
      <description>&lt;p&gt;expo-ios-like-date-picker: a React Native date picker for Android that brings iOS-style wheel selection to Expo apps.&lt;/p&gt;

&lt;p&gt;Key details:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wheel picker with haptic feedback and sound&lt;/li&gt;
&lt;li&gt;Calendar grid for direct day selection&lt;/li&gt;
&lt;li&gt;Glassmorphism UI with animated transitions&lt;/li&gt;
&lt;li&gt;TypeScript-ready &lt;code&gt;DateValue&lt;/code&gt; state&lt;/li&gt;
&lt;li&gt;Built with Expo 55, React Native 0.83, Reanimated 4, and Skia&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful for Android forms that need a more polished date input than a basic text field.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://reactscript.com/ios-date-picker-android/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/rit3zh/expo-ios-like-date-picker" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>reactnative</category>
    </item>
    <item>
      <title>Autumn Note: Vanilla JS WYSIWYG Rich-Text Editor</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Mon, 27 Apr 2026 08:54:26 +0000</pubDate>
      <link>https://dev.to/jqueryscript/autumn-note-vanilla-js-wysiwyg-rich-text-editor-54i</link>
      <guid>https://dev.to/jqueryscript/autumn-note-vanilla-js-wysiwyg-rich-text-editor-54i</guid>
      <description>&lt;p&gt;Autumn Note: a vanilla JavaScript WYSIWYG editor with a full rich-text toolkit and no runtime dependencies.&lt;/p&gt;

&lt;p&gt;Key features:&lt;br&gt;
• Bold, italic, heading styles, checklists, and code blocks&lt;br&gt;
• Image upload with inline crop tool, video embedding (YouTube, Vimeo, MP4)&lt;br&gt;
• Interactive table editor with row and column management&lt;br&gt;
• Find and Replace, emoji picker, and FontAwesome icon picker&lt;br&gt;
• Auto-save to local storage and read-only preview mode&lt;br&gt;
• Dark mode, RTL layout support, and eight built-in UI locales&lt;/p&gt;

&lt;p&gt;Works as an ES module or UMD bundle. Bootstrap 4 and 5 compatible.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/wysiwyg-editor-autumn-note/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/cmm-cmm/Autumn-Note" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/wysiwyg-editor-autumn-note" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>loading-ui: 36+ Copy-paste Loading Indicator Components for React</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Mon, 27 Apr 2026 01:51:24 +0000</pubDate>
      <link>https://dev.to/jqueryscript/loading-ui-36-copy-paste-loading-indicator-components-for-react-45ii</link>
      <guid>https://dev.to/jqueryscript/loading-ui-36-copy-paste-loading-indicator-components-for-react-45ii</guid>
      <description>&lt;p&gt;loading-ui: a custom shadcn registry of loading indicators for React apps.&lt;/p&gt;

&lt;p&gt;It ships 36 components through the standard shadcn CLI workflow. The set covers spinners, rings, dot sequences, text animations, orbital patterns, and more. Each component lands in your project as editable source code.&lt;/p&gt;

&lt;p&gt;Key highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Install via &lt;code&gt;npx shadcn@latest add @loading-ui/[slug]&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Tailwind CSS styling with CSS variable hooks&lt;/li&gt;
&lt;li&gt;motion/react animations with configurable timing&lt;/li&gt;
&lt;li&gt;ARIA role and screen reader labels included by default&lt;/li&gt;
&lt;li&gt;Copy-paste from the docs if you skip the CLI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Works in any React app already configured with shadcn, Tailwind, and components.json.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/copy-paste-loading-ui/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/turbostarter/loading-ui" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://loading-ui.com/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  React #TailwindCSS #shadcn #WebDev #Frontend
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>react-native-pretty-toast: Dynamic Island Toast Notifications for iOS &amp; Android</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Sun, 26 Apr 2026 17:16:58 +0000</pubDate>
      <link>https://dev.to/jqueryscript/react-native-pretty-toast-dynamic-island-toast-notifications-for-ios-android-1h7h</link>
      <guid>https://dev.to/jqueryscript/react-native-pretty-toast-dynamic-island-toast-notifications-for-ios-android-1h7h</guid>
      <description>&lt;p&gt;react-native-pretty-toast: a React Native library that morphs toast notifications directly out of the Dynamic Island on iPhone and the camera cutout on Android.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dynamic Island and DisplayCutout anchoring, detected automatically&lt;/li&gt;
&lt;li&gt;Shared &lt;code&gt;toast.show()&lt;/code&gt; API across iOS, Android, and Web&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;toast.promise()&lt;/code&gt; for automatic loading → success/error transitions&lt;/li&gt;
&lt;li&gt;Swipe-up dismiss, undo action button, and force-preempt for critical alerts&lt;/li&gt;
&lt;li&gt;Full accessibility support on native and web&lt;/li&gt;
&lt;li&gt;Requires React Native 0.76+ with the New Architecture&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://reactscript.com/dynamic-island-pretty-toast/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/blazejkustra/react-native-pretty-toast" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>reactnative</category>
    </item>
    <item>
      <title>A Modern CSS Reset Built for Today's Web</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 24 Apr 2026 05:57:58 +0000</pubDate>
      <link>https://dev.to/jqueryscript/a-modern-css-reset-built-for-todays-web-3fe7</link>
      <guid>https://dev.to/jqueryscript/a-modern-css-reset-built-for-todays-web-3fe7</guid>
      <description>&lt;p&gt;Custom CSS Reset: a modern CSS stylesheet that normalizes browser defaults across the full element stack.&lt;/p&gt;

&lt;p&gt;Key highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Uses &lt;code&gt;:where()&lt;/code&gt; for zero-specificity rules your own styles always override&lt;/li&gt;
&lt;li&gt;Removes default margin and padding from all non-dialog elements&lt;/li&gt;
&lt;li&gt;Sets responsive defaults for images, video, and other media&lt;/li&gt;
&lt;li&gt;Fixes font inheritance for form controls across all browsers&lt;/li&gt;
&lt;li&gt;Applies &lt;code&gt;touch-action: manipulation&lt;/code&gt; to remove the 300ms tap delay on mobile&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/css-reset-where-low-specificity/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Anurella/reset-css" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/css-reset-where-low-specificity/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>bsky-comments: Embed Bluesky Threads Anywhere</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 24 Apr 2026 05:04:37 +0000</pubDate>
      <link>https://dev.to/jqueryscript/bsky-comments-embed-bluesky-threads-anywhere-19k1</link>
      <guid>https://dev.to/jqueryscript/bsky-comments-embed-bluesky-threads-anywhere-19k1</guid>
      <description>&lt;p&gt;bsky-comments: a Web Component that embeds Bluesky discussion threads directly on any webpage.&lt;/p&gt;

&lt;p&gt;Key features:&lt;br&gt;
• Accepts public bsky.app post URLs or AT-URIs&lt;br&gt;
• Renders in the Light DOM — Tailwind and global CSS apply directly&lt;br&gt;
• Works in React, Vue, Svelte, Astro, and plain HTML&lt;br&gt;
• ~3 kB gzipped, no SDK required&lt;br&gt;
• Nested replies, rich text, mentions, and hashtag support&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/embed-bluesky-comment-threads/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/florianschepp/bsky-comments" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/embed-bluesky-comment-threads/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>AI Chat UI Components Built on shadcn and Tailwind v4 — Nexus UI</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 24 Apr 2026 02:55:01 +0000</pubDate>
      <link>https://dev.to/jqueryscript/ai-chat-ui-components-built-on-shadcn-and-tailwind-v4-nexus-ui-5ck9</link>
      <guid>https://dev.to/jqueryscript/ai-chat-ui-components-built-on-shadcn-and-tailwind-v4-nexus-ui-5ck9</guid>
      <description>&lt;p&gt;Nexus UI: a React component library built specifically for AI chat interfaces.&lt;/p&gt;

&lt;p&gt;Key components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prompt Input with auto-resizing textarea and action slots&lt;/li&gt;
&lt;li&gt;Model Selector dropdown with radio groups and sub-menus&lt;/li&gt;
&lt;li&gt;File Attachments with preview and upload wiring&lt;/li&gt;
&lt;li&gt;Chat Thread with stick-to-bottom scrolling&lt;/li&gt;
&lt;li&gt;Suggestion chips for guiding user input&lt;/li&gt;
&lt;li&gt;Message layout with markdown, avatar, and attachment support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Works with the Vercel AI SDK and the &lt;code&gt;useChat&lt;/code&gt; hook. Built on React 19, Tailwind CSS v4, and Radix UI. Components copy into your project as editable source files. No package dependency.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/ai-chat-ui-nexus/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/victorcodess/nexus-ui" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://nexus-ui.dev/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>Air Datepicker v3: Fast, Customizable Date Picker</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 24 Apr 2026 02:24:57 +0000</pubDate>
      <link>https://dev.to/jqueryscript/air-datepicker-v3-fast-customizable-date-picker-162n</link>
      <guid>https://dev.to/jqueryscript/air-datepicker-v3-fast-customizable-date-picker-162n</guid>
      <description>&lt;p&gt;Air Datepicker v3: a vanilla JavaScript date picker library with no dependencies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Single date, multi-date, and range selection&lt;/li&gt;
&lt;li&gt;Built-in timepicker with 12/24-hour support&lt;/li&gt;
&lt;li&gt;Per-cell rendering via onRenderCell&lt;/li&gt;
&lt;li&gt;Draggable range adjustment&lt;/li&gt;
&lt;li&gt;Full localization through locale objects&lt;/li&gt;
&lt;li&gt;CSS variable theming&lt;/li&gt;
&lt;li&gt;TypeScript support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/time-clock/Simple-Clean-Date-Picker-Plugin-with-jQuery-Air-Datepicker.html" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/t1m0n/air-datepicker" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/demo/Simple-Clean-Date-Picker-Plugin-with-jQuery-Air-Datepicker/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>LiquidGlass: WebGL-powered Liquid Glass Effects</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 23 Apr 2026 05:19:35 +0000</pubDate>
      <link>https://dev.to/jqueryscript/liquidglass-webgl-powered-liquid-glass-effects-1jlb</link>
      <guid>https://dev.to/jqueryscript/liquidglass-webgl-powered-liquid-glass-effects-1jlb</guid>
      <description>&lt;p&gt;LiquidGlass: a JavaScript library that applies realistic liquid glass refraction, blur, chromatic aberration, and Fresnel lighting to any HTML element using WebGL shaders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fragment shader-based glass refraction and specular highlights&lt;/li&gt;
&lt;li&gt;Per-panel Gaussian blur and chromatic aberration&lt;/li&gt;
&lt;li&gt;Layered compositing so glass panels see each other in refraction&lt;/li&gt;
&lt;li&gt;Draggable floating panels via Pointer Events&lt;/li&gt;
&lt;li&gt;Static DOM capture cached once; dynamic content flagged per-element&lt;/li&gt;
&lt;li&gt;Works with live video, canvas elements, and animated content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Zero CSS tricks. The effect runs entirely in WebGL. Worth checking out for anyone building UI components with a physical glass aesthetic.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/webgl-liquid-glass/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/ybouane/liquidglass" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/webgl-liquid-glass" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
