https://github.com/bluefrog130/svelte-heroicons
https://github.com/bluefrog130/svelte-heroicons
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluefrog130/svelte-heroicons
- Owner: BlueFrog130
- License: mit
- Created: 2023-02-11T02:25:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:26:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T17:49:15.894Z (over 1 year ago)
- Language: Svelte
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Heroicons
Simply [Heroicons](https://github.com/tailwindlabs/heroicons) exported as svelte components.
No wrappers, no custom styling, no added complexities.
# Usage
```bash
npm install @bluefrog/svelte-heroicons
```
```svelte
import { ArrowLeft } from '@bluefrog/svelte-heroicons/solid';
```