https://github.com/stardustdl/razorcomponents
Razor component libraries built on Modulight.
https://github.com/stardustdl/razorcomponents
ant-design material-design-icons modular razor razor-components vditor
Last synced: 4 months ago
JSON representation
Razor component libraries built on Modulight.
- Host: GitHub
- URL: https://github.com/stardustdl/razorcomponents
- Owner: StardustDL
- License: mpl-2.0
- Created: 2021-01-11T08:47:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:02:04.000Z (over 3 years ago)
- Last Synced: 2024-12-02T03:49:51.731Z (over 1 year ago)
- Topics: ant-design, material-design-icons, modular, razor, razor-components, vditor
- Language: C#
- Homepage:
- Size: 900 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StardustDL.RazorComponents
Razor component libraries built on [Modulight](https://github.com/StardustDL/modulight).
Each a library contains some modules, you can use them follow the instructions from [Usage](https://github.com/StardustDL/modulight#usage) and [Use Razor Component Modules](https://github.com/StardustDL/modulight#use-razor-component-modules)
## AntDesigns
[StardustDL.RazorComponents.AntDesigns](https://www.nuget.org/packages/StardustDL.RazorComponents.AntDesigns)

```cs
builder.AddAntDesignModule();
```
## Vditors
[StardustDL.RazorComponents.Vditors](https://www.nuget.org/packages/StardustDL.RazorComponents.Vditors)

```cs
builder.AddVditorModule();
```
## MaterialDesignIcons
[StardustDL.RazorComponents.MaterialDesignIcons](https://www.nuget.org/packages/StardustDL.RazorComponents.MaterialDesignIcons)

```cs
builder.AddMaterialDesignIconModule();
```
## JQuerys
[StardustDL.RazorComponents.JQuerys](https://www.nuget.org/packages/StardustDL.RazorComponents.JQuerys)

```cs
builder.AddJQueryModule();
```
## Bootstraps
[StardustDL.RazorComponents.Bootstraps](https://www.nuget.org/packages/StardustDL.RazorComponents.Bootstraps)

```cs
builder.AddBootstrapModule();
```