agmmnn
released this
04 Aug 15:55
·
28 commits
to master
since this release
✨ @tauri-controls/solid - @ronanru
A big shoutout to @ronanru, tauri-controls is now also available for Solid.js.
Check out the pull request here #8 🎉
pnpm add @tauri-controls/solid
import { WindowTitlebar } from "@tauri-controls/solid"
function MyTitlebar() {
return (
<WindowTitlebar>{/* Place your titlebar content here */}</WindowTitlebar>
)
}