From 50820c37a41b293149b2646c1d9680439a8b9e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7e=20Merdun?= Date: Tue, 1 Aug 2023 01:14:38 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53ac936..c5456a5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ - - Shows an illustrated sun in light color mode and a moon with stars in dark color mode. + + Shows an illustrated sun in light color mode and a moon with stars in dark color mode. - +[![](https://img.shields.io/npm/dt/tauri-controls)](https://npmjs.com/package/tauri-controls) **Tauri Controls** is a library that provides native-looking **window controls** for [Tauri](https://github.com/tauri-apps/tauri) 2 applications. You can enhance the user experience of your Tauri 2 applications with window controls that mimic the identical native controls on the current system. @@ -117,10 +117,10 @@ You can also pass additional `props` to elements like `data-tauri-drag-region` f If the library gets some interest, I can gradually add the following features: +- [x] If no platform is specified, the side of the controls will also be determined automatically. (e.g. MacOS left, others right) +- [x] Next.js/SSR support. - [ ] Detect disabled window controls (is_maximizable, ...) and disable the buttons accordingly. - [ ] Svelte/SvelteKit implementation. -- [ ] Next.js support. -- [x] When no platform is specified, also automatically determine the side of the controls. (e.g. macOS left, others right) ## Figma