Gathering detailed insights and metrics for svelte-bootstrap-icons
Gathering detailed insights and metrics for svelte-bootstrap-icons
Gathering detailed insights and metrics for svelte-bootstrap-icons
Gathering detailed insights and metrics for svelte-bootstrap-icons
npm install svelte-bootstrap-icons
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
30 Stars
160 Commits
2 Forks
2 Watching
2 Branches
4 Contributors
Updated on 17 Oct 2024
HTML (34.43%)
JavaScript (29.57%)
Svelte (23.78%)
TypeScript (12.22%)
Cumulative downloads
Total Downloads
Last day
-79.4%
357
Compared to previous day
Last week
-37.3%
4,372
Compared to previous week
Last month
-57.7%
21,324
Compared to previous month
Last year
380.4%
319,611
Compared to previous year
4
Bootstrap SVG icons as Svelte components with zero dependencies.
This package uses svelvg to convert source SVG files into Svelte components.
Try it in the Svelte REPL.
1# NPM 2npm i svelte-bootstrap-icons 3 4# pnpm 5pnpm i svelte-bootstrap-icons 6 7# Bun 8bun add svelte-bootstrap-icons 9 10# Yarn 11yarn add svelte-bootstrap-icons
See ICON_INDEX.md for a list of supported icons.
1<script> 2 import { Alarm, Bank, CloudMoon } from "svelte-bootstrap-icons"; 3</script> 4 5<Alarm /> 6<Bank /> 7<CloudMoon />
Import the icon directly for faster compiling during development.
1<script> 2 import Alarm from "svelte-bootstrap-icons/lib/Alarm.svelte"; 3</script>
$$restProps
are forwarded to the svg
element.
Use the width
and height
attributes to customize the icon size. The default is 16px.
1<Alarm width={24} height={24} />
Use the fill
attribute to specify a custom color.
1<Alarm fill="red" />
See the contributing guidelines.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More