Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cyrus-sushiant/smarttheme
- Owner: Cyrus-Sushiant
- License: mit
- Created: 2021-09-10T11:14:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T14:50:55.000Z (about 3 years ago)
- Last Synced: 2024-10-05T06:41:05.743Z (about 1 month ago)
- Language: C#
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```