Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyrus-sushiant/smarttheme

The admin template based most popular front-end framework for developing responsive, mobile first projects on the web.
https://github.com/cyrus-sushiant/smarttheme

Last synced: 12 days ago
JSON representation

The admin template based most popular front-end framework for developing responsive, mobile first projects on the web.

Awesome Lists containing this project

README

        

# SmartTheme

[![NuGet Version](https://img.shields.io/nuget/v/SmartTheme.Core.svg?style=flat)](https://www.nuget.org/packages/SmartTheme.Core/)
[![NuGet Version](https://img.shields.io/nuget/v/SmartTheme.Tags.svg?style=flat)](https://www.nuget.org/packages/SmartTheme.Tags/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/Cyrus-Sushiant/SmartTheme/master/LICENSE)

The admin template based most popular front-end framework for developing responsive, mobile first projects on the web.

## Available for
* .Net 5.0
* .Net 6.0

# Install
```
Install-Package SmartTheme.Core
Install-Package SmartTheme.Tags
```

## Usage:
```csharp
services.AddSmartThemeCoreServices();
```