Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 579 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 579 Bytes

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.

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

Usage

// Place this at the top of your SCSS/CSS file
@import "@new-ui/effects";

Guides