Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
svelte-awesome
Advanced tools
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Svelte-Awesome supports Font-Awesome v4.7.0
(icons inbuilt) and v5
(via @fortawesome
npm packages)
A demo is available here
$ npm install --save svelte-awesome
<!-- basic -->
<Icon data={beer}/>
<!-- with options -->
<Icon data={refresh} scale="2"/>
<Icon data={comment} flip="horizontal"/>
<Icon data={codeFork} label="Forked Repository"/>
<!-- stacked icons [WIP] -->
<Icon label="No Photos">
<Icon data={camera}/>
<Icon name={ban} scale="2" class="alert"/>
</Icon>
<!-- FontAwesome v5 Icons!! -->
<Icon data={faThumbsUp}/>
<script>
import Icon from 'svelte-awesome';
import { beer, refresh, comment, codeFork, camera, ban } from 'svelte-awesome/icons';
import { faThumbsUp } from '@fortawesome/free-regular-svg-icons';
</script>
For Sapper, you may need to import the Icon component explicitly as below:
import Icon from 'svelte-awesome/components/Icon.svelte'
v2.3.0 - 2020-04-14
scale
or style
change #602
#581
#574
#567
#561
#553
c802eac
96f4315
f6d59e8
b4684c6
cf85c8a
f201e62
a2b4698
b596f75
8e5df08
ae08bda
8687620
9bb1481
0e8c860
fa1bb0e
b91aa32
2507a18
7144e36
8bcecf5
c86fcd5
b0f8bef
602bedb
c07893e
fc145ca
a15eb53
4f03f9c
cc3a9e0
4e9ad5a
e591e40
dedfa1e
74b4c63
b4f23fa
46037f6
eb286f0
67afa25
6673724
e1aeed5
25d93d1
a59dd83
646b85a
8fc4378
97cafce
c9876c4
bc444f4
e047fde
7ed66af
aad56b6
b35adb3
1d556fd
2a46394
2b484a0
7f0d10d
d43974b
f0d4161
3c46303
4415d12
0c9bcc7
60e013d
47caac3
4a948e9
9863cb3
fd261ec
4cdd608
bf01c77
9b4e879
455b471
80c784a
FAQs
Font Awesome component for Svelte JS, using inline SVG
The npm package svelte-awesome receives a total of 8,901 weekly downloads. As such, svelte-awesome popularity was classified as popular.
We found that svelte-awesome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.