Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbbfcd/svelteui-icons
Main package for storing ElementPlus icon resources and for svelteui!
https://github.com/cbbfcd/svelteui-icons
Last synced: 9 days ago
JSON representation
Main package for storing ElementPlus icon resources and for svelteui!
- Host: GitHub
- URL: https://github.com/cbbfcd/svelteui-icons
- Owner: cbbfcd
- Created: 2021-10-25T10:26:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T04:09:57.000Z (about 3 years ago)
- Last Synced: 2024-03-24T19:44:53.844Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# svelteui-icons
> all the icons from [element-plus-icons](https://github.com/element-plus/element-plus-icons), respect!
[svelte repl](https://svelte.dev/repl/7f3f5f6faa97437494e30d138ee38f03?version=3)
# Install
```shell
yarn add -D svelteui-icons
# OR
npm i -D svelteui-icons
```Refer to `/svgs` or `[ICON_INDEX.md](./ICON_INDEX.md)` for a full list of icons.
# API
`$$restProps` are forwarded to the `svg` element.
## Forwarded events
- on:click
- on:mouseover
- on:mouseenter
- on:mouseout
- on:keydown# License
MIT.