# Gravitee.io UI Particles Angular

⚠️ Current version of this package is compatible with Angular 18.

## Overview


This package is the Angular version of the Gravitee UI Particles.

It contains: 
 - Angular Material palettes matching the Gravitee.io colors
 - Angular Material overrides shared accros Gravitee.io's consoles
 - Some Angular based components, available in the `lib` folder
 - Some SCSS based components, available in the `sccs/component` folder

## Usage

To use it in your project just run:

```bash
npm install @gravitee/ui-particles-angular
# or
yarn add @gravitee/ui-particles-angular
```

## Extra

More info are available in the generic [Gravitee.io UI Particles repository](https://github.com/gravitee-io/gravitee-ui-particles).
