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

https://github.com/intervip/razor

A set of razor components that define the UI of the Intervip Intranet
https://github.com/intervip/razor

csharp razor-components ui

Last synced: 2 months ago
JSON representation

A set of razor components that define the UI of the Intervip Intranet

Awesome Lists containing this project

README

          

# Intervip Razor UI

The official razor components library used at https://intranet.intervip.com.br.

| Nightly Build |
|:-------------:|
| [![Build Status](https://dev.azure.com/BrunoBlanes/Intervip%20Razor/_apis/build/status/Nightly%20Release%20Build?branchName=main)](https://dev.azure.com/BrunoBlanes/Intervip%20Razor/_build/latest?definitionId=18&branchName=main) |

## Getting started
* Add a reference to the package at your project's `_Imports.razor` file:
```razor
@using Intervip.Razor.Components
```
* Add a reference to the stylesheet in `index.html`:
```html

```