naavi-ui
v1.0.24
Published
### Installation
Readme
Naavi UI
The UI library that powers Naavi products
Installation
Naavi UI depends on the following libraries:
$ npm install [email protected]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.
© Naavi Pty Ltd
