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 UseComponents & Properties

An 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 Converter

Experimental true_html_structure property

This 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)

Components & Properties

Designer-only Components

v2 introduces designer-only components that improve the Anvil designer experience.

Designer Only Components

Allow setting HTML attributes

You can now add any HTML attribute to NUI components

Using Attributes

Last updated