# Naavi UI
## The UI library that powers Naavi products

### Installation

Naavi UI depends on the following libraries:

```
$ npm install bootstrap@4.0.0-alpha.6
```

These must be installed as part of the root project that this is a submodule of.

You will also need to get Django to serve the `nui/` directory as part of its static files system:

```
STATICFILES_DIRS = (
    os.path.join(BASE_DIR, 'node_modules/nui'),
    ...
)
```

Once installed the styles can be included in your project.

&copy; Naavi Pty Ltd