Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazority/support
Repository to receive incoming issues, feedback, and feature request from Blazority community
https://github.com/blazority/support
Last synced: 3 months ago
JSON representation
Repository to receive incoming issues, feedback, and feature request from Blazority community
- Host: GitHub
- URL: https://github.com/blazority/support
- Owner: blazority
- License: mit
- Created: 2021-02-07T16:58:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T15:51:44.000Z (6 months ago)
- Last Synced: 2024-04-27T16:47:25.669Z (6 months ago)
- Homepage: https://blazority.com/
- Size: 217 KB
- Stars: 98
- Watchers: 6
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-blazor - Blazority - ![GitHub stars](https://img.shields.io/github/stars/blazority/support?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/blazority/support?style=flat-square&cacheSeconds=86400) Blazor component library based on the Clarity UI design. 30+ components including Datagrid and Tree-view ([Docs & Demos](https://blazority.com)). (Libraries & Extensions / Component bundles)
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:
``````