Wiki

Clone wiki

aui-adg / tutorial / download-and-explore-the-aui-distribution

Download and explore the AUI distribution

Table of contents

The Atlassian User Interface (AUI) library is a set of pre-packaged resources that include components, cascading style sheets (CSS), and Javascript. You define AUI resources in your plugin project and the Atlassian container makes sure that they display correctly. You can also use the AUI without the Plugin Framework by using the AUI distribution.

The distribution is a set of files and a learning tool. It includes downloadable resources in the AUI library, documentation, and an integrated sandbox where you can rapidly prototype a UI. On this page, you do the following:

  • Download the distribution
  • Explore the documentation

Download the distribution

The distribution is available from a Bitbucket repository. You can use Git to clone the AUI repository or you can download the source as ZIP file. This step shows you how to use the ZIP file but if you are familiar with Git, feel free to clone the repository instead.

Download the distribution

Expand the contents of the ZIP.

Explore the documentation

Visit https://docs.atlassian.com/aui/latest/ to reach the latest AUI documentation. Find the tabs control, and read about that.

You can also visit the ADG and compare the design with the implementation on the AUI documentation.

Next: Use AUI in a plugin

Updated