# FreyaDesign

Freya Design System

## Table of Contents

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)

## Requirements

To use library you need to have [node](https://nodejs.org) and [npm](https://www.npmjs.com) installed in your machine:

- node `>=10`
- npm `>=6`

## Installation

To install the library run the following command

```bash
  npm i freyads
```

## Usage

To apply design system styles, add below code in main js / tsx file, example: App.js, Index.js

```bash
  import "freyads/dist/css/freyadesignsystem.css";
```
