langium-ui-framework icon indicating copy to clipboard operation
langium-ui-framework copied to clipboard

A DSL for generating user interfaces, built with Langium

Results 7 langium-ui-framework issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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```

enhancement

We should add autocompletion also for CSS Properties.

enhancement

Maybe you can set the style of the body at the start of the document like ```background: black```

bug
enhancement

Maybe like ```link: "homepage.sui" ``` This should automatically generate ```homepage``` and generate the sui file

enhancement