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.
- Host: GitHub
- URL: https://github.com/zxyao145/blazoricons
- Owner: zxyao145
- License: mit
- Created: 2020-04-21T14:34:12.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T05:14:03.000Z (over 4 years ago)
- Last Synced: 2024-10-06T05:22:41.423Z (over 1 year ago)
- Topics: blazor, blazor-component, font-icons
- Language: HTML
- Homepage: https://zxyao145.github.io/BlazorIcons
- Size: 846 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. | [](https://www.nuget.org/packages/BlazorIcons.Core/) |
| ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| BlazorIcons.Light | Contains some common font icons | [](https://www.nuget.org/packages/BlazorIcons.Light/) |
| BlazorIcons.Full | Include all font icons of BlazorIcons | [](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