---
name: argon-theme
route: /corex/argon-theme
---

# @corex/argon-theme [![npm (scoped with tag)](https://img.shields.io/npm/v/@corex/argon-theme/latest.svg)](https://www.npmjs.com/package/@corex/argon-theme)

This is a modified version of argon theme by `@creative-tim-official`.

## Installation

```shell
yarn add @corex/argon-theme
```

## Import CSS

```js
import '@creative-tim-official/argon-dashboard-free/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css'
import '@creative-tim-official/argon-dashboard-free/assets/vendor/nucleo/css/nucleo.css'
import '@corex/argon-theme/css/theme.css'
```

## Import Fonts

```html
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" />
```
