# New UI Effects

## Install

Install New UI Effects from your terminal via npm.

```
npm i @new-ui/effects
```

To get started quickly, you can use the CDN files.

```html
<!-- Place this at the html head -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@new-ui/effects@latest/dist/index.css"
/>
```

## Usage

```scss
// Place this at the top of your SCSS/CSS file
@use '@new-ui/effects';
```

## Guides

- [Read our effects guide](https://new-ui.com/docs/foundations/effects)
