Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages