🆕 Add simple-ui directory and repository link to README
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import{ App, Text, VStack } from "perry/ui";
|
||||
|
||||
App({
|
||||
title:"My App",
|
||||
width:400,
|
||||
height:300,
|
||||
body:VStack(16,[
|
||||
Text("Hello from Perry!"),
|
||||
]),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user