Avaya NEO CSS Library
npm install @avaya/neoTo download NEO into your project via Node Package Manager (npm), run the following command:
npm install @avaya/neo.
Add the compiled and minified CSS to the element of your HTML5 document.
``html`
Both compiled and it's minified version are available:
`text`
neo/
└── dist/
└── css/
└── neo/
├── neo.css
└── neo.min.css
_Note_: Icon set is also included in neo.css.
Use HTML5 doctype:
`html`
Add the responsive viewport meta tag:
`html``
Neo is set to support the last 2 versions of each browser, with the exception of IE (only IE11 is supported).