Data Containers Pack (Premium)

The Data Containers Pack is a set of premium Feathers UI components that includes advanced containers for displaying collections.

Installation

When you purchase the Data Containers Pack, you will download a .zip bundle that contains everything you need to use the UI components in the pack. Start by extracting the .zip file in a directory somewhere on your local file system. The .zip bundle contains several things, including:

  • A README.md file
  • Full .hx source code files
  • An HTML API Reference
  • Sample Projects
  • Another .zip file, which may be installed as a local library with Haxelib

To install with Haxelib, run the following command (replace the x.y.z string with the actual version that you downloaded):

haxelib install feathersui-data-containers-pack-x.y.z.zip

Then, add the following to your OpenFL project.xml file.

<haxelib name="feathersui-data-containers-pack" />