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

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.

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)

![](https://buildstats.info/nuget/StardustDL.RazorComponents.AntDesigns?includePreReleases=true)

```cs
builder.AddAntDesignModule();
```

## Vditors

[StardustDL.RazorComponents.Vditors](https://www.nuget.org/packages/StardustDL.RazorComponents.Vditors)

![](https://buildstats.info/nuget/StardustDL.RazorComponents.Vditors?includePreReleases=true)

```cs
builder.AddVditorModule();
```

## MaterialDesignIcons

[StardustDL.RazorComponents.MaterialDesignIcons](https://www.nuget.org/packages/StardustDL.RazorComponents.MaterialDesignIcons)

![](https://buildstats.info/nuget/StardustDL.RazorComponents.MaterialDesignIcons?includePreReleases=true)

```cs
builder.AddMaterialDesignIconModule();
```

## JQuerys

[StardustDL.RazorComponents.JQuerys](https://www.nuget.org/packages/StardustDL.RazorComponents.JQuerys)

![](https://buildstats.info/nuget/StardustDL.RazorComponents.JQuerys?includePreReleases=true)

```cs
builder.AddJQueryModule();
```

## Bootstraps

[StardustDL.RazorComponents.Bootstraps](https://www.nuget.org/packages/StardustDL.RazorComponents.Bootstraps)

![](https://buildstats.info/nuget/StardustDL.RazorComponents.Bootstraps?includePreReleases=true)

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