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-bootstrap-icons
Advanced tools
Bootstrap SVG icons as Svelte components.
Try it in the Svelte REPL.
This library requires Svelte version >=3.20 because it uses $$restProps
.
yarn add -D svelte-bootstrap-icons
# OR
npm i -D svelte-bootstrap-icons
<script>
import Alarm from "svelte-bootstrap-icons/lib/Alarm";
</script>
<Alarm />
Refer to ICON_INDEX.md for list of icons.
$$restProps
are forwarded to the svg
element.
Svelte components are generated from "bootstrap-icons" SVG files using svg-to-svelte.
A single script (build.js) specifies the input and output folders.
The generated Svelte components are located in the lib
folder, which is ignored by Git but published to NPM.
Documentation is generated using the list of icon module names from the source library (see ICON_INDEX.md).
1.1.0 - 2020-10-28
bootstrap-icons
to version 1.1.0 (+31 icons)FAQs
Bootstrap SVG icons as Svelte components
The npm package svelte-bootstrap-icons receives a total of 4,517 weekly downloads. As such, svelte-bootstrap-icons popularity was classified as popular.
We found that svelte-bootstrap-icons 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.