blazority / support

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

Home Page:https://blazority.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazority

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


Blazor Icon Clarity UI Icon

Gitter GitHub Nuget Nuget

Blazority is a Blazor component library based on Clarity UI. 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/ for most up-to-date demos and usage docs.

Getting Started

Install Blazority using Nuget 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):

<link rel="stylesheet" href="_content/Blazority/lib/clr/ui/clr-ui.min.css" />
<link rel="stylesheet" href="_content/Blazority/lib/clr/icons/clr-icons.min.css" />
<link rel="stylesheet" href="_content/Blazority/blazority.min.css" />

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

<script src="_content/Blazority/lib/webcomponents/custom-elements/custom-elements.min.js"></script>
<script src="_content/Blazority/lib/clr/icons/clr-icons.min.js"></script>
<script src="_content/Blazority/blazority.min.js"></script>

About

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

https://blazority.com/

License:MIT License