added MainWindow widget and updated readme

This commit is contained in:
paul
2024-09-22 19:23:06 +05:30
parent d942663b39
commit 65d7aec1a2
14 changed files with 210 additions and 33 deletions

View File

@@ -2,6 +2,7 @@
import Widget from "../../canvas/widgets/base"
import ButtonWidget from "./assets/widgets/button.png"
import MainWindow from "./widgets/mainWindow"
const TkinterSidebar = [
@@ -9,7 +10,7 @@ const TkinterSidebar = [
name: "Main window",
img: ButtonWidget,
link: "https://github.com",
widgetClass: Widget
widgetClass: MainWindow
},
{
name: "Top Level",