From 660de3f3f72bbed362e09f51a24cf94019480a97 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Mon, 1 Aug 2022 08:24:22 -0600 Subject: [PATCH] Update ThaUnknown's features --- site/content/blog/2022-08-01-whats-new-in-svelte-august-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2022-08-01-whats-new-in-svelte-august-2022.md b/site/content/blog/2022-08-01-whats-new-in-svelte-august-2022.md index 5700a69ac6..40a05ed9e0 100644 --- a/site/content/blog/2022-08-01-whats-new-in-svelte-august-2022.md +++ b/site/content/blog/2022-08-01-whats-new-in-svelte-august-2022.md @@ -103,7 +103,7 @@ _Tech Demos_ - [Svelte Chrome Storage](https://github.com/shaun-wild/svelte-chrome-storage) is a lightweight abstraction between Svelte stores and Chrome extension storage - [Svelte Schema Form](https://github.com/restspace/svelte-schema-form) is a form generator for JSON schema - [svelte-gesture](https://github.com/wobsoriano/svelte-gesture) is a library that lets you bind richer mouse and touch events to any component or view -- [Snap Layout](https://github.com/ThaUnknown/snap-layout) is a window resizing module for PWAs +- [Snap Layout](https://github.com/ThaUnknown/snap-layout) and [universal-title-bar](https://github.com/ThaUnknown/universal-title-bar) bring Windows 11 snap layout and title features to webapps and PWAs. Both can be imported as a `.svelte` module or as a web component - [svelte-adapter-bun](https://github.com/gornostay25/svelte-adapter-bun) is an adapter for SvelteKit apps that generates a standalone Bun server - [json2dir](https://www.npmjs.com/package/json2dir) converts JSON objects into directory trees - [Svelte Command Palette](https://github.com/rohitpotato/svelte-command-palette) is a drop-in command palette component