# DS APBA

## Quick install

APBA is constantly in development! Try it out now:

### NPM

```sh
npm i ng-apba
```

### Import

After installation, you can import the CSS file into your project using this snippet:

```sh
@import 'ng-apba/resources/styles/css/apba.min.css'
```

**OR**

```sh
@import 'ng-apba/resources/styles/style.scss'
```
