Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/virgiel/svelte-tabler

A library of Svelte components for Tabler Icons
https://github.com/virgiel/svelte-tabler

icons svelte

Last synced: 11 days ago
JSON representation

A library of Svelte components for Tabler Icons

Awesome Lists containing this project

README

        

# svelte-tabler

Deprecated by https://www.npmjs.com/package/@tabler/icons-svelte

A library of Svelte components for
[Tabler Icons](https://github.com/tabler/tabler-icons).

> A set of over 1700 free MIT-licensed high-quality SVG icons for you to use in
> your web projects.

**Disclaimer: This project is intended for my personal use and I will not
improve or maintain it if I do not have the use of it. But you are free to use
and copy my code.**

## Installation

```yaml
// package.json
{
"devDependencies": {
"svelte-tabler": "git+https://[email protected]/Virgiel/svelte-tabler.git"
}
}
```