Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/virgiel/svelte-tabler
- Owner: Virgiel
- License: unlicense
- Created: 2021-12-05T18:38:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T01:07:16.000Z (9 months ago)
- Last Synced: 2024-04-24T05:22:41.009Z (7 months ago)
- Topics: icons, svelte
- Language: Svelte
- Homepage:
- Size: 6.41 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
```