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
svelte-bootstrap-svg-icons
Svelte Bootstrap SVG Icons for Svelte 5
sveltekit-bootstrap-icons
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
@yababay67/svelte-meets-bootstrap-icons
Using bootstrap icons in svelte modules.
svelte-bi
Bootstrap Icons for Svelte 5
npm install svelte-bootstrap-icons
Typescript
Module System
Node Version
NPM Version
HTML (35.65%)
JavaScript (29.01%)
Svelte (23.34%)
TypeScript (11.99%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
31 Stars
173 Commits
2 Forks
2 Watchers
2 Branches
4 Contributors
Updated on May 09, 2025
Latest Version
3.2.0
Package Id
svelte-bootstrap-icons@3.2.0
Unpacked Size
1.55 MB
Size
322.61 kB
File Count
4,107
NPM Version
10.8.2
Node Version
20.19.1
Published on
May 04, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
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
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 0/27 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
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 2025-07-07
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