OXIRIS CSS
> Installation

Installation

Download the Oxiris CSS distribution file from here, and include it into your web app.

Depending on your project, this can be done in different ways.

If you're not using any build tools or frameworks, then you can include like so:

HTML
<head>
    <link rel="stylesheet" src="/oxiris-2.1.1.css" />
</head>

In other cases, some frameworks support importing of CSS files directly through a template file such as JSX or TSX.

JSX / TSX
import "./oxiris-2.1.1.css";
Powered by