Socket
Socket
Sign inDemoInstall

@codewithshin/svelte-simpleicons

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @codewithshin/svelte-simpleicons

Svelte + TailwindCSS + Simple-icons Components


Version published
Maintainers
1
Created

Changelog

Source

0.2.3 (2022-04-26)

Bug Fixes

  • move class={55654props.class} at the end (937784e)

Readme

Source

Svelte-simples

Svelte-Simpleioncs moved to Svelte-Simples

Svelte-simples is monochrome SVG Simple icons for Svelte. You can change the color to your choice.

Installation

npm i -D svelte-simples

Import

<script>
  import { Facebook } from 'svelte-simples'
</script>

<Facebook />

Props

NameDefault
size24
color#1877F2
class''

Size

Use the size prop to change the icon size.

<Facebook size="40" />

Color

Use the color prop with a HEX color code to change the icon color.

<Facebook color="#ff0000"/>

Limitations

If you want to general icons, try svelte-heros

Keywords

FAQs

Last updated on 26 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc