
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@steeze-ui/svelte-icon
Advanced tools
This project is still in experimental development. Expect bugs and breaking changes!
This project is still in experimental development. Expect bugs and breaking changes!
Effortless Svelte Icon Component
npm i @steeze-ui/svelte-icon
<script>
//import icon component
import {Icon} from '@steeze-ui/svelte-icon'
//import as many icons from a Icon Pack
import {LightningBolt} from '@steeze-ui/heroicons'
</script>
<!-- Set Icon Theme via the attribute -->
<Icon src={LightningBolt} theme='solid' class='color-gray-900'>
Attribute | Default | Description |
---|---|---|
src | - | (required) The source of a icon coming from an Icon Pack |
theme | default | Configures to use a Icon Theme if available (otherwise render nothing) |
size | 100% | Configures width and height |
* | - | Any html attribute that is valid (e.g aria-hidden, class or style) |
For all available Icon Packs visit steeze-ui/icons
This repo uses pnpm. To build a new version of the package just run:
pnpm install && pnpm package
FAQs
This project is still in experimental development. Expect bugs and breaking changes!
The npm package @steeze-ui/svelte-icon receives a total of 8,414 weekly downloads. As such, @steeze-ui/svelte-icon popularity was classified as popular.
We found that @steeze-ui/svelte-icon 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.