<?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>Forem: jQueryScript</title>
    <description>The latest articles on Forem by jQueryScript (@jqueryscript).</description>
    <link>https://forem.com/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>Forem: jQueryScript</title>
      <link>https://forem.com/jqueryscript</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jqueryscript"/>
    <language>en</language>
    <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://forem.com/jqueryscript/liquidglass-webgl-powered-liquid-glass-effects-1jlb</link>
      <guid>https://forem.com/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>
    <item>
      <title>Copy-Paste Sci-Fi Components Built on Radix UI | SCIFICN/UI</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 23 Apr 2026 03:06:19 +0000</pubDate>
      <link>https://forem.com/jqueryscript/copy-paste-sci-fi-components-built-on-radix-ui-scificnui-27oi</link>
      <guid>https://forem.com/jqueryscript/copy-paste-sci-fi-components-built-on-radix-ui-scificnui-27oi</guid>
      <description>&lt;p&gt;SCIFICN/UI: a React component library that applies a cassette futurism terminal aesthetic to a full set of copy-paste UI components.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;30+ components: charts, HUD panels, stat cards, node graphs, and a terminal emulator&lt;/li&gt;
&lt;li&gt;Three runtime themes: SCI-FI (green phosphor), STAR WARS (blue holographic), ALIEN (warm bone)&lt;/li&gt;
&lt;li&gt;Built on Radix UI and Tailwind CSS v4&lt;/li&gt;
&lt;li&gt;Adds components via the shadcn CLI: &lt;code&gt;npx shadcn@latest add @scificn/button&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Source files copy directly into your project — no npm package, no version lock-in&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good for dashboards, monitoring screens, internal tools, and game style interfaces.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/tailwind-css/retro-sci-fi-react-components/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

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

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Mobile Swipe Menu: Vanilla JS Offcanvas Menu</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 22 Apr 2026 04:59:42 +0000</pubDate>
      <link>https://forem.com/jqueryscript/mobile-swipe-menu-vanilla-js-offcanvas-menu-1gel</link>
      <guid>https://forem.com/jqueryscript/mobile-swipe-menu-vanilla-js-offcanvas-menu-1gel</guid>
      <description>&lt;p&gt;mobile-swipe-menu: a vanilla JavaScript library that adds touch-based swipe gesture control to offcanvas side navigation panels.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Left and right slide modes&lt;/li&gt;
&lt;li&gt;Configurable hook zone for edge-drag triggering&lt;/li&gt;
&lt;li&gt;Full-body swipe detection option&lt;/li&gt;
&lt;li&gt;Programmatic open, close, and toggle methods&lt;/li&gt;
&lt;li&gt;Lifecycle callbacks: start, stop, drag, opened, closed&lt;/li&gt;
&lt;li&gt;Vue and TypeScript compatible&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/mobile-swipe-menu/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/kamilsmtv/mobile-swipe-menu" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

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

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>tiks: Web Audio UI Sounds With No Audio Files</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 22 Apr 2026 03:58:28 +0000</pubDate>
      <link>https://forem.com/jqueryscript/tiks-web-audio-ui-sounds-with-no-audio-files-1ij5</link>
      <guid>https://forem.com/jqueryscript/tiks-web-audio-ui-sounds-with-no-audio-files-1ij5</guid>
      <description>&lt;p&gt;tiks: a JavaScript library that generates UI sound effects at runtime using the Web Audio API.&lt;/p&gt;

&lt;p&gt;No audio files. Every sound is synthesized from oscillators, noise buffers, and gain envelopes at the moment you call it.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;10 interaction sounds (click, toggle, success, error, warning, hover, pop, swoosh, notify)&lt;/li&gt;
&lt;li&gt;Two built-in themes: soft (warm/rounded) and crisp (sharp/mechanical)&lt;/li&gt;
&lt;li&gt;Custom theme API with full control over frequency, waveform, and filter parameters&lt;/li&gt;
&lt;li&gt;React hook and Vue composable, both with auto-initialization&lt;/li&gt;
&lt;li&gt;Tree-shakeable imports for minimal bundle impact&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good for design systems, PWAs, or any web UI that wants the tactile audio layer native apps have had for years.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/ui-sound-effects-tiks/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/ui-sound-effects-tiks/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>shadcn/ui Calendar Component with Admin Timezone Support</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 22 Apr 2026 02:43:31 +0000</pubDate>
      <link>https://forem.com/jqueryscript/shadcnui-calendar-component-with-admin-timezone-support-1k1i</link>
      <guid>https://forem.com/jqueryscript/shadcnui-calendar-component-with-admin-timezone-support-1k1i</guid>
      <description>&lt;p&gt;Calendar Scheduler: a React scheduling component built on shadcn/ui and date-fns that handles timezone-aware slot booking out of the box.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Month, Week, Day, and Agenda view modes&lt;/li&gt;
&lt;li&gt;Admin availability converts automatically to each viewer's local timezone&lt;/li&gt;
&lt;li&gt;Configurable slot durations at 15, 30, or 60 minutes&lt;/li&gt;
&lt;li&gt;Booked slot tracking in the rendered grid&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Install it in one command via the shadcn registry, or copy the component folder manually. Works with any TypeScript-first React project that has Tailwind CSS configured.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/multi-timezone-booking-calendar/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

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

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>React Native Spinner Set for Agent Screens</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 21 Apr 2026 07:10:55 +0000</pubDate>
      <link>https://forem.com/jqueryscript/react-native-spinner-set-for-agent-screens-1b64</link>
      <guid>https://forem.com/jqueryscript/react-native-spinner-set-for-agent-screens-1b64</guid>
      <description>&lt;p&gt;expo-agent-spinners: a React Native spinner library that adds 54 terminal-style loaders to Expo apps and mobile agent UIs.&lt;/p&gt;

&lt;p&gt;• 32 Braille spinners&lt;br&gt;
• 15 ASCII styles&lt;br&gt;
• 2 arrow loaders&lt;br&gt;
• 6 emoji options&lt;br&gt;
• Shared size, color, and style props&lt;br&gt;
• Great fit for AI agent streams and CLI-style mobile screens&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://reactscript.com/terminal-loading-spinners/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Eronred/expo-agent-spinners" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

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

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Two Direction Sticky Sidebar in Pure JavaScript</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 21 Apr 2026 05:10:58 +0000</pubDate>
      <link>https://forem.com/jqueryscript/two-direction-sticky-sidebar-in-pure-javascript-23eg</link>
      <guid>https://forem.com/jqueryscript/two-direction-sticky-sidebar-in-pure-javascript-23eg</guid>
      <description>&lt;p&gt;Two Direction Sticky Sidebar: a pure JavaScript utility that adds bi-directional sticky behavior to any sidebar element.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Tracks scroll direction and locks to the top or bottom of the viewport&lt;/li&gt;
&lt;li&gt;Configurable top and bottom viewport gaps via data attributes&lt;/li&gt;
&lt;li&gt;Mobile breakpoint support disables the effect on small screens&lt;/li&gt;
&lt;li&gt;Live attribute updates reconfigure the sidebar at runtime&lt;/li&gt;
&lt;li&gt;Frame-synced scroll handling for consistent visual performance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Add one attribute to your sidebar element and include the script. That's the full setup.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/two-direction-sticky-sidebar/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Krzysztof-Antosik/Two-Direction-Sticky-Sidebar" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/two-direction-sticky-sidebar/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Linked lists using anchor-positioning</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 21 Apr 2026 04:12:47 +0000</pubDate>
      <link>https://forem.com/jqueryscript/linked-lists-using-anchor-positioning-5fkl</link>
      <guid>https://forem.com/jqueryscript/linked-lists-using-anchor-positioning-5fkl</guid>
      <description>&lt;p&gt;Linked Lists with CSS anchor-positioning: a CSS-and-JavaScript pattern that draws position-aware two-segment connector lines between checked checkboxes and a selected radio button.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;br&gt;
• anchor-scope lets multiple checked checkboxes maintain independent connection lines at the same time&lt;br&gt;
• Container style queries route connectors for above, below, and inline alignments&lt;br&gt;
• Full theming through CSS custom properties&lt;br&gt;
• Minimal JavaScript. All connector geometry runs in CSS&lt;br&gt;
• Built-in light/dark mode support&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/linked-lists-anchor-positioning/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/linked-lists-anchor-positioning/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Pittaya UI: Open-Source React Component Library Built on shadcn/ui</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 21 Apr 2026 02:08:20 +0000</pubDate>
      <link>https://forem.com/jqueryscript/pittaya-ui-open-source-react-component-library-built-on-shadcnui-1mmo</link>
      <guid>https://forem.com/jqueryscript/pittaya-ui-open-source-react-component-library-built-on-shadcnui-1mmo</guid>
      <description>&lt;p&gt;Pittaya UI: an open-source React component library built on TypeScript, Tailwind CSS 4, Radix UI, and Shadcn UI.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;23+ production components, including Carousel, Multi-Select, Orbit Images, and Copy Button- CLI installation: &lt;code&gt;npx pittaya add button&lt;/code&gt; pulls in any component as editable source&lt;/li&gt;
&lt;li&gt;Full TypeScript coverage with IntelliSense and prop validation&lt;/li&gt;
&lt;li&gt;Radix UI primitives for keyboard navigation, ARIA attributes, and screen reader support&lt;/li&gt;
&lt;li&gt;Targets Next.js 15 and React 19 with Server Component defaults&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every component lands in your source tree as an editable file. Works alongside any existing Shadcn setup.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/next-js/accessible-pittaya-ui/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

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

</description>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Devstarter: Next.js Portfolio Template with Cyberpunk UI</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 21 Apr 2026 01:31:35 +0000</pubDate>
      <link>https://forem.com/jqueryscript/devstarter-nextjs-portfolio-template-with-cyberpunk-ui-58gc</link>
      <guid>https://forem.com/jqueryscript/devstarter-nextjs-portfolio-template-with-cyberpunk-ui-58gc</guid>
      <description>&lt;p&gt;Devstarter: a free, open-source one-page portfolio template built with Next.js 16, shadcn/ui v3.6, and Tailwind CSS 4.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Cyberpunk aesthetic with neon green accents and monospace typography&lt;/li&gt;
&lt;li&gt;Five pre-built sections: Hero, Projects, Skills, Blog, and Contact&lt;/li&gt;
&lt;li&gt;Light and dark modes fully configured across all components&lt;/li&gt;
&lt;li&gt;CSS Grid with Subgrid, view transitions, and backdrop blur — no JS library required&lt;/li&gt;
&lt;li&gt;TypeScript 5.8 throughout, free for personal and commercial use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All customization runs through shadcn/ui's CSS custom property system. Change colors, fonts, and spacing with a few edits in &lt;code&gt;globals.css&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/next-js/cyberpunk-developer-portfolio-template/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://zippystarter.com/templates/devstarter/preview" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Neiki Editor: Lightweight WYSIWYG Rich Text Editor</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Mon, 20 Apr 2026 05:35:28 +0000</pubDate>
      <link>https://forem.com/jqueryscript/neiki-editor-lightweight-wysiwyg-rich-text-editor-ea6</link>
      <guid>https://forem.com/jqueryscript/neiki-editor-lightweight-wysiwyg-rich-text-editor-ea6</guid>
      <description>&lt;p&gt;Neiki Editor: a lightweight WYSIWYG JavaScript editor that replaces a textarea with a full rich text interface using one line of code.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Full toolbar customization with separators and button reordering&lt;/li&gt;
&lt;li&gt;Light and dark themes with localStorage persistence&lt;/li&gt;
&lt;li&gt;Localization for 8 languages: English, Chinese, Japanese, German, French, Spanish, Portuguese, and Czech&lt;/li&gt;
&lt;li&gt;Table editing with a right-click context menu for rows, columns, and cell merging&lt;/li&gt;
&lt;li&gt;Plugin API for registering custom toolbar buttons with SVG icons&lt;/li&gt;
&lt;li&gt;React, Vue, and PHP integration with a server-side sanitization helper&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;👉 &lt;a href="https://github.com/neikiri/neiki-editor" 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-neiki-editor" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>CalendarJS: date picker, scheduler, and timeline</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Mon, 20 Apr 2026 03:56:56 +0000</pubDate>
      <link>https://forem.com/jqueryscript/calendarjs-date-picker-scheduler-and-timeline-29o9</link>
      <guid>https://forem.com/jqueryscript/calendarjs-date-picker-scheduler-and-timeline-29o9</guid>
      <description>&lt;p&gt;CalendarJS: a JavaScript calendar library that ships a date picker, a schedule grid, and a timeline in one package.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What stands out:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;range and time selection&lt;/li&gt;
&lt;li&gt;day, week, and weekdays scheduler views&lt;/li&gt;
&lt;li&gt;drag editing with undo and redo&lt;/li&gt;
&lt;li&gt;timeline layouts with monthly filtering&lt;/li&gt;
&lt;li&gt;helper utilities for Excel style date values&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/calendar-date-pick-schedule-timeline/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/calendar-date-pick-schedule-timeline/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

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