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

https://github.com/zxyao145/blazoricons

a blazor Font Icon component library core, which is using IconMoon.
https://github.com/zxyao145/blazoricons

blazor blazor-component font-icons

Last synced: about 1 year ago
JSON representation

a blazor Font Icon component library core, which is using IconMoon.

Awesome Lists containing this project

README

          

# BlazorIcons

BlazorIcons is font icon component library, which is using **IcoMoon**. Demo:https://zxyao145.github.io/BlazorIcons

| BlazorIcons.Core | BlazorIcons Core. You can using BlazorIcons just install this package. | [![Nuget](https://img.shields.io/nuget/v/BlazorIcons.Core)](https://www.nuget.org/packages/BlazorIcons.Core/) |
| ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| BlazorIcons.Light | Contains some common font icons | [![Nuget](https://img.shields.io/nuget/v/BlazorIcons.Light)](https://www.nuget.org/packages/BlazorIcons.Light/) |
| BlazorIcons.Full | Include all font icons of BlazorIcons | [![Nuget](https://img.shields.io/nuget/v/BlazorIcons.Full)](https://www.nuget.org/packages/BlazorIcons.Full/) |

Attention: if you are using BlazorIcons.Full, it's large to website!

# Api

| **name** | **type** | **default** | **describe** |
| --------- | -------- | ----------- | ------------------------------------ |
| ClassName | string | null | html element's class attribute |
| IsSpin | bool | false | Controls whether the icon spin |
| Style | string | null | html element's style attribute |
| FontSize | float? | null | icon font size |
| Width | float? | null | icon container's width |
| Height | float? | null | icon container's height |
| Color | Color? | null | icon css value of color |
| BgColor | Color? | null | icon css value of background-color |
| Rotate | float? | null | Degree of rotation of icon container |

# License

MIT