Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opensource-paper/papericons

Paper Icons is a modern and beautiful icon library built to seamlessly integrate with Paper UI.
https://github.com/opensource-paper/papericons

documentation figma html icon icon-pack icons javascript js npm open-source paper paper-icons paper-ui paperui svg svg-icons svgs ui-components ui-library

Last synced: 12 days ago
JSON representation

Paper Icons is a modern and beautiful icon library built to seamlessly integrate with Paper UI.

Awesome Lists containing this project

README

        


Logo Banner

Paper Icons is a modern and beautiful icon library built to seamlessly integrate with Paper UI.

[Documentation](https://icons.paperui.com/)

## Installation

### CDN

Import Paper Icons using CDN. The import.min.js file will automatically import all styles and JavaScript files into the ``````.

```html

```

#### 🚧 Specific Version
```html

```

### NPM

Install Paper Icons using [npm and node](https://nodejs.org/en).

```bash
npm install papericons
```

## Import

Import icon definitions from ```papericons```.

```index.js```

```js
import paperIcons from 'papericons';

document.addEventListener('DOMContentLoaded', () => {
paperIcons.replaceIcons();
});
```

## Usage

Use the `````` tag in HTML markup. Refer to the [Icon Docs](https://icons.paperui.com) for more guidance on using each icon. That's it 🎉.

```HTML```

```html

document.addEventListener('DOMContentLoaded', () => {
window.PaperIcons.replaceIcons();
});

```

Check out the demo on [codepen](https://codepen.io/GreenestGoat/pen/YzbpOBv).

## Copyright and license

Licensed under the MIT License, Copyright © 2024-present Opensource-Paper.

See [LICENSE](https://github.com/Opensource-Paper/PaperIcons/blob/main/LICENSE) for more information.