What's new in v2
The v2 of NUI is now available. This brings the following improvement
Third Party Dependency
NUI is now available as a third-party dependency for easier updates and minified versions.
How to UseNew Image & Link Components
Components & PropertiesAn Experimental HTML to NUI Converter
It is now possible to convert any HTML code into a proper Anvil form with NUI components.
HTML to NUI ConverterExperimental true_html_structure property
true_html_structure propertyThis property allows NUI containers to remove any Anvil wrappers from components added to it. This overrides the default add_component method, which may break things. (HTML to NUI converter also uses this property)
Designer-only Components
v2 introduces designer-only components that improve the Anvil designer experience.
Designer Only ComponentsAllow setting HTML attributes
You can now add any HTML attribute to NUI components
Using AttributesLast updated