Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.