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
- Host: GitHub
- URL: https://github.com/intervip/razor
- Owner: intervip
- License: mit
- Created: 2022-03-07T17:06:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T02:07:36.000Z (about 4 years ago)
- Last Synced: 2025-08-01T02:34:43.850Z (11 months ago)
- Topics: csharp, razor-components, ui
- Language: HTML
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Intervip Razor UI
The official razor components library used at https://intranet.intervip.com.br.
| Nightly Build |
|:-------------:|
| [](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
```