<?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.us-east-2.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>ds.css: A Pure CSS Nintendo DS Lite UI Framework</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 02 Jul 2026 10:40:06 +0000</pubDate>
      <link>https://dev.to/jqueryscript/dscss-a-pure-css-nintendo-ds-lite-ui-framework-2ocd</link>
      <guid>https://dev.to/jqueryscript/dscss-a-pure-css-nintendo-ds-lite-ui-framework-2ocd</guid>
      <description>&lt;p&gt;ds.css: a CSS library that recreates the Nintendo DS Lite firmware interface for your web projects. &lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;16 themed colors with lighter shade variants built in&lt;/li&gt;
&lt;li&gt;Colored buttons, inputs, radio groups, and progress bars&lt;/li&gt;
&lt;li&gt;A Pictochat-style messaging panel with a highlight class&lt;/li&gt;
&lt;li&gt;An alert component with an optional loading animation&lt;/li&gt;
&lt;li&gt;Zero JavaScript, install via npm or copy the CSS folder directly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good pick if you're building a retro portfolio, a nostalgia landing page, or just want a handheld console look without hand-coding every gradient.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/nintendo-ds-lite-ui-framework/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://css.ds.dreamyard.xyz/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Startercn: Build a Custom shadcn/ui Registry with Next.js</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 26 Jun 2026 02:15:35 +0000</pubDate>
      <link>https://dev.to/jqueryscript/startercn-build-a-custom-shadcnui-registry-with-nextjs-a6b</link>
      <guid>https://dev.to/jqueryscript/startercn-build-a-custom-shadcnui-registry-with-nextjs-a6b</guid>
      <description>&lt;p&gt;Startercn: a Next.js starter kit for publishing your own shadcn/ui component registry.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write and own local TypeScript component source.&lt;/li&gt;
&lt;li&gt;Generate installable registry JSON files.&lt;/li&gt;
&lt;li&gt;Publish docs and component endpoints from one project.&lt;/li&gt;
&lt;li&gt;Let users install components through the shadcn CLI.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;👉 &lt;a href="https://github.com/shadcn-labs/startercn" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>shadcn</category>
    </item>
    <item>
      <title>tw-fade: Scroll-Gated Edge Fades for Tailwind v4</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Fri, 26 Jun 2026 01:59:13 +0000</pubDate>
      <link>https://dev.to/jqueryscript/tw-fade-scroll-gated-edge-fades-for-tailwind-v4-1oc3</link>
      <guid>https://dev.to/jqueryscript/tw-fade-scroll-gated-edge-fades-for-tailwind-v4-1oc3</guid>
      <description>&lt;p&gt;tw-fade adds scroll-aware edge fades to Tailwind CSS v4 scroll containers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add top, bottom, left, right, vertical, horizontal, or four-edge fades.&lt;/li&gt;
&lt;li&gt;Use CSS masks with no runtime JavaScript.&lt;/li&gt;
&lt;li&gt;Keep sticky headers readable with configurable clear zones.&lt;/li&gt;
&lt;li&gt;Import the Tailwind v4 source path or a prebuilt CSS file.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/tailwind-css/scroll-edge-fades/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/petekp/tw-fade" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://pete.design/tw-fade" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>liquid-glass: React Component for Live DOM Refraction</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 25 Jun 2026 08:58:51 +0000</pubDate>
      <link>https://dev.to/jqueryscript/liquid-glass-react-component-for-live-dom-refraction-4090</link>
      <guid>https://dev.to/jqueryscript/liquid-glass-react-component-for-live-dom-refraction-4090</guid>
      <description>&lt;p&gt;liquid-glass adds a headless liquid glass layer to React interfaces.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Refract wrapped DOM content with SVG filters.&lt;/li&gt;
&lt;li&gt;Build copied glass panels for Safari and Firefox.&lt;/li&gt;
&lt;li&gt;Add multiple lenses over video or canvas surfaces.&lt;/li&gt;
&lt;li&gt;Tune blur, curvature, glow, highlights, and chromatic edges through &lt;code&gt;optics&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://reactscript.com/liquid-glass-interactive-ui/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/samasante/liquid-glass" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/samasante/liquid-glass/tree/main/examples" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>gradient-shimmer: Animated Text for React and Next.js</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 25 Jun 2026 08:45:01 +0000</pubDate>
      <link>https://dev.to/jqueryscript/gradient-shimmer-animated-text-for-react-and-nextjs-2g08</link>
      <guid>https://dev.to/jqueryscript/gradient-shimmer-animated-text-for-react-and-nextjs-2g08</guid>
      <description>&lt;p&gt;gradient-shimmer adds animated multi-stop gradient text to React and Next.js interfaces.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No CSS import or runtime dependency.&lt;/li&gt;
&lt;li&gt;Nine built-in gradient presets.&lt;/li&gt;
&lt;li&gt;Custom colors, band width, angle, and timing controls.&lt;/li&gt;
&lt;li&gt;Scroll, viewport, and reduced-motion pause behavior.&lt;/li&gt;
&lt;li&gt;Works well for status labels, hero copy, and background task feedback.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://reactscript.com/text-shimmer-gradients/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/BIAsia/gradient-shimmer" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://gradient-shimmer.vercel.app/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>Able Player: A Fully Accessible HTML5 Media Player</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 25 Jun 2026 02:26:10 +0000</pubDate>
      <link>https://dev.to/jqueryscript/able-player-a-fully-accessible-html5-media-player-2jdm</link>
      <guid>https://dev.to/jqueryscript/able-player-a-fully-accessible-html5-media-player-2jdm</guid>
      <description>&lt;p&gt;Able Player v5: a JavaScript library that turns a plain HTML5 video or audio tag into a fully accessible media player.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Closed captions and subtitles from WebVTT files&lt;/li&gt;
&lt;li&gt;An interactive transcript generated from your caption and chapter tracks&lt;/li&gt;
&lt;li&gt;Spoken audio description through the browser's speech engine&lt;/li&gt;
&lt;li&gt;Synced sign language video support&lt;/li&gt;
&lt;li&gt;Works with locally hosted files, YouTube, and Vimeo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you build for the public sector, higher ed, or anywhere Section 508 or WCAG compliance matters, this one's worth a look.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/other/able-accessible-player.html" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/demo/able-accessible-player" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>SunCalc: Sun, Moon, and Twilight Data in JavaScript</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 24 Jun 2026 04:40:40 +0000</pubDate>
      <link>https://dev.to/jqueryscript/suncalc-sun-moon-and-twilight-data-in-javascript-2ldl</link>
      <guid>https://dev.to/jqueryscript/suncalc-sun-moon-and-twilight-data-in-javascript-2ldl</guid>
      <description>&lt;p&gt;SunCalc: a dependency-free JavaScript library for calculating solar and lunar data from a date, latitude, and longitude.&lt;/p&gt;

&lt;p&gt;It returns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sun altitude and compass direction.&lt;/li&gt;
&lt;li&gt;Sunrise, sunset, dawn, dusk, and golden-hour times.&lt;/li&gt;
&lt;li&gt;Moonrise, moonset, lunar phase, and illumination data.&lt;/li&gt;
&lt;li&gt;Custom solar thresholds for blue-hour interfaces.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/sun-moon-position-phase-calculator/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/sun-moon-position-phase-calculator/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Build Gamification UI in React with Trophy</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 24 Jun 2026 01:26:27 +0000</pubDate>
      <link>https://dev.to/jqueryscript/build-gamification-ui-in-react-with-trophy-18o3</link>
      <guid>https://dev.to/jqueryscript/build-gamification-ui-in-react-with-trophy-18o3</guid>
      <description>&lt;p&gt;Gamification UI Kit by Trophy adds editable shadcn/ui components for React and Next.js product interfaces.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Streak badges, cards, and calendars&lt;/li&gt;
&lt;li&gt;Achievement grids, badges, and reward states&lt;/li&gt;
&lt;li&gt;Leaderboards with rankings, pagination, and current-user focus&lt;/li&gt;
&lt;li&gt;Points charts, boost panels, and level progression views&lt;/li&gt;
&lt;li&gt;Local TypeScript and Tailwind source through the shadcn CLI&lt;/li&gt;
&lt;/ul&gt;

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

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

&lt;p&gt;👉 &lt;a href="https://ui.trophy.so/docs/components/achievement-badge" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>shadcn Stacked Progress Bar Component for Status Tracking</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 24 Jun 2026 00:35:50 +0000</pubDate>
      <link>https://dev.to/jqueryscript/shadcn-stacked-progress-bar-component-for-status-tracking-2e5m</link>
      <guid>https://dev.to/jqueryscript/shadcn-stacked-progress-bar-component-for-status-tracking-2e5m</guid>
      <description>&lt;p&gt;Build compact pipeline, capacity, and usage indicators with &lt;code&gt;shadcn-stacked-progress-bar&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Show multiple status values in one track.&lt;/li&gt;
&lt;li&gt;Add a semantic legend for color-coded segments.&lt;/li&gt;
&lt;li&gt;Attach shadcn/ui tooltips for exact status detail.&lt;/li&gt;
&lt;li&gt;Keep all component source editable in your React project.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;👉 &lt;a href="https://github.com/JoachimBrasier/shadcn-stacked-progress-bar" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://joachimbrasier.github.io/shadcn-stacked-progress-bar/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>shadcn</category>
    </item>
    <item>
      <title>Recogito Text Annotator: Interactive Text Highlights</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 23 Jun 2026 04:50:18 +0000</pubDate>
      <link>https://dev.to/jqueryscript/recogito-text-annotator-interactive-text-highlights-3pf3</link>
      <guid>https://dev.to/jqueryscript/recogito-text-annotator-interactive-text-highlights-3pf3</guid>
      <description>&lt;p&gt;Recogito Text Annotator: a JavaScript library that turns browser text selections into interactive annotations.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Text highlights with custom styles&lt;/li&gt;
&lt;li&gt;JSON annotation loading&lt;/li&gt;
&lt;li&gt;Filters and selection modes&lt;/li&gt;
&lt;li&gt;Undo and redo history&lt;/li&gt;
&lt;li&gt;Create, update, delete, and viewport events&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful for annotated articles, transcript review tools, research readers, policy review interfaces, and documentation workflows.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/recogito-text-annotator/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/recogito/text-annotator-js" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

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

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Toastry: Sonner-Style Toast Notifications in JavaScript</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 23 Jun 2026 03:49:42 +0000</pubDate>
      <link>https://dev.to/jqueryscript/toastry-sonner-style-toast-notifications-in-javascript-9g</link>
      <guid>https://dev.to/jqueryscript/toastry-sonner-style-toast-notifications-in-javascript-9g</guid>
      <description>&lt;p&gt;Toastry: a dependency-free JavaScript library for Sonner-style stacked toast notifications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Success, error, warning, info, and loading states&lt;/li&gt;
&lt;li&gt;Promise-based async feedback&lt;/li&gt;
&lt;li&gt;Swipe dismissal and action buttons&lt;/li&gt;
&lt;li&gt;Four viewport positions&lt;/li&gt;
&lt;li&gt;CSS variable theming&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/sonner-notifications-toastry/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

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

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Shadcn React Table: Data Table for React &amp; Next.js</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 23 Jun 2026 01:33:02 +0000</pubDate>
      <link>https://dev.to/jqueryscript/shadcn-react-table-data-table-for-react-nextjs-4jd9</link>
      <guid>https://dev.to/jqueryscript/shadcn-react-table-data-table-for-react-nextjs-4jd9</guid>
      <description>&lt;p&gt;shadcn-react-table is a source-owned data grid for React and shadcn/ui projects.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Eight column filter variants with filter mode controls&lt;/li&gt;
&lt;li&gt;Inline editing, row creation, row actions, and cell actions&lt;/li&gt;
&lt;li&gt;Grouping, aggregation, detail panels, and tree data&lt;/li&gt;
&lt;li&gt;CSV and Excel export for selected or filtered rows&lt;/li&gt;
&lt;li&gt;Row and column virtualization for data-heavy interfaces&lt;/li&gt;
&lt;li&gt;Server-side pagination, sorting, and filtering through TanStack manual mode&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/data-table-tanstack-tailwindcss/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Monabbir-Ahmmad/shadcn-react-table" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://monabbir-ahmmad.github.io/shadcn-react-table/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

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