New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-heros-v2

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-heros-v2 - npm Package Compare versions

Comparing version

to
2.0.1

2

package.json
{
"name": "svelte-heros-v2",
"version": "2.0.0",
"version": "2.0.1",
"description": "Hero icon v2 components for Svelte",

@@ -5,0 +5,0 @@ "license": "Apache License 2.0",

# Svelte Heros v2
A collection of reusable Svelte components for building user interfaces for Svelte Runes web applications.
<div class="flex gap-2 my-8">
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor"></a>
<a href="https://www.npmjs.com/package/svelte-heros-v2" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-heros-v2" alt="npm"></a>
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada"></a>
<a href="http://www.apache.org/licenses/" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-heros-v2" alt="License"></a>
<a href="https://www.npmjs.com/package/svelte-heros-v2" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-heros-v2.svg" alt="npm"></a>
</div>
- CodeWrapper
- Footer
- helpers
- HighlightCompo
- HomeCards
- IconPage
- SupportBanner
- TechInfo
**If you are looking for the version 1, go to [Svelte-Heros](https://github.com/shinokada/svelte-heros)**
Thank you for considering my open-source package. If you use it in a commercial project, please support me by sponsoring me on GitHub: https://github.com/sponsors/shinokada. Your support helps me maintain and improve this package for the benefit of the community.
## Requirements
## Docs
- Svelte 5 (Runes)
- SvelteKit
See the [Svelte Heros V2 documentation](https://svelte-heros-v2.codewithshin.com/) to learn more.
## Icons
- [Outline](https://svelte-heros-v2.codewithshin.com/outline)
- [Solid](https://svelte-heros-v2.codewithshin.com/solid)
- [Mini](https://svelte-heros-v2.codewithshin.com/mini)
- [Micro](https://svelte-heros-v2.codewithshin.com/micro)
## Repo
[GitHub Repo](https://github.com/shinokada/svelte-heros-v2)
## Installation
### Svelte 5 or later
```sh
pnpm i -D runes-webkit svelte-rune-highlight highlight.js
```
pnpm i -D svelte-heros-v2
```
### Svelte 4/5
```sh
pnpm i -D svelte-heros-v2@v1-latest
```
## Original source
[tailwindlabs/heroicons](https://github.com/tailwindlabs/heroicons)
## License
[Svelte-Heros-V2 License](https://github.com/shinokada/svelte-heros-v2/blob/main/LICENSE)
[tailwindlabs/heroicons LICENSE](https://github.com/tailwindlabs/heroicons/blob/main/LICENSE)
## Other icons
[Svelte-Icon-Sets](https://svelte-svg-icons.codewithshin.com/)