Skip to content
/ toy Public

declarative syntax ,you can describe the desired UI and its behavior using a series of structured statements rather than imperatively defining each individual UI element

License

Notifications You must be signed in to change notification settings

block-toy/toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy

declarative syntax ,you can describe the desired UI and its behavior using a series of structured statements rather than imperatively defining each individual UI element

data flow 

demo1

const Layout = VStack(
  text('aaaa'),  
  text('bbbb').click(xxxxx),
  view('cccc').click().margin().padding().styles({})
);
// for react
export default () => <Layout />;

About

declarative syntax ,you can describe the desired UI and its behavior using a series of structured statements rather than imperatively defining each individual UI element

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published