Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blazority/support

Repository to receive incoming issues, feedback, and feature request from Blazority community
https://github.com/blazority/support

Last synced: about 2 months ago
JSON representation

Repository to receive incoming issues, feedback, and feature request from Blazority community

Awesome Lists containing this project

README

        

# Blazority
> This a public repository to receive incoming issues, feedback, and feature request from Blazority community.

-----

![Blazor Icon](https://raw.githubusercontent.com/blazority/support/main/assets/blazor_200x200.png) ![Clarity UI Icon](https://raw.githubusercontent.com/blazority/support/main/assets/clarity_200x200.png)

[![Gitter](https://badges.gitter.im/blazority/support.svg)](https://gitter.im/blazority/support?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
![GitHub](https://img.shields.io/github/license/karan-kang/blazority-public)
![Nuget](https://img.shields.io/nuget/v/blazority)
![Nuget](https://img.shields.io/nuget/dt/blazority)

Blazority is a Blazor component library based on [Clarity UI](https://clarity.design/). Our aim is to provide components that are easy to use, and built as purely as possibly using Blazor, with little to no JavaScript (less than 1KB). This libary is compatiable with both Blazor Server and Web Assembly modes.

# Demos
Visit [https://blazority.com/](https://blazority.com/) for most up-to-date demos and usage docs.

# Getting Started

[Install Blazority using Nuget](https://www.nuget.org/packages/Blazority/) or Package Manager Console:
```
Install-Package Blazority
```

Add the using block for Blazority in your _Imports.razor file:
```
@using Blazority
```

Add the following stylesheets in the head section of your Index file (like _Host.cshtml):

```

```

Add the following scripts in the bottom portion of body tag in the same Index file:
```

```