langium-ui-framework
langium-ui-framework copied to clipboard
A DSL for generating user interfaces, built with Langium
It should now work with langium 1.0.1. Additional things changed: - made the language server ready for web-based environments - added monarch syntax highlighting
You can use components from other files in the same directory without importing them. Doesn't work with arguments and I don't know how to fix this.
At the moment we only have basic stuff like functions and popups (alerts) so we need to add some JavaScript functionality. The Goal is to have some JavaScript "Toys" like...
It would be a very cool feature if you could import other .sui files and use all components from this file ```import example``` will import all components from ```example.sui```
We should add autocompletion also for CSS Properties.
Maybe you can set the style of the body at the start of the document like ```background: black```
Maybe like ```link: "homepage.sui" ``` This should automatically generate ```homepage``` and generate the sui file