Skip to content

Installation

Aurity Design System.

To install and save in your package.json dependencies, run:

 $ yarn add @aurity/ui

Please note that react >= 16.8.0 and react-dom >= 16.8.0 are peer dependencies.

Rajdhani Font

Aurity Design System was designed with the Rajdhani font in mind. So be sure to follow these instructions. For instance, via Google Web Fonts:

<link
  rel="stylesheet"
  href="https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,700&display=swap"
/>

Font Icons

In order to use the font Icon component you must first add the Material icons font. Here are some instructions on how to do so. For instance, via Google Web Fonts:

<link
  rel="stylesheet"
  href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>