Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DerekChasse/Flexor

Blazor flexbox components
https://github.com/DerekChasse/Flexor

blazor flexbox flexbox-css flexbox-layout flexboxcss flexboxlayout

Last synced: 3 months ago
JSON representation

Blazor flexbox components

Awesome Lists containing this project

README

        

# Flexor


Flexor Icon

## Status
[![Build Status](https://derhasse.visualstudio.com/Flexor/_apis/build/status/Build%20and%20Package%20Master?branchName=master)](https://derhasse.visualstudio.com/Flexor/_build/latest?definitionId=43&branchName=master) ![Nuget](https://img.shields.io/nuget/dt/Flexor.svg?color=success&label=Nuget%20Downloads) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DerekChasse_Flexor&metric=alert_status)](https://sonarcloud.io/dashboard?id=DerekChasse_Flexor)

## Introduction
Flexor is a collection of Blazor components and configurations which allow developers to take full advantage of Flexbox CSS. Flexor is highly configurable, allowing developers to create fully responsive and reactive Blazor web applications.

### Nuget
https://www.nuget.org/packages/Flexor/

## Documentation
The Flexor documentation main page is [here](https://derekchasse.github.io/Flexor/index.html).

## Examples and Demos
See the [Flexor.Demo](https://github.com/DerekChasse/Flexor/tree/master/Tests/Flexor.Demo) project for example pages of Flexor in action.

See Flexor in action live at the [demo site](http://flexor.azurewebsites.net).

## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).

## Acknowledgements
[]([https://github.com/stsrki/Blazorise)

Blazorise was a huge inspiration for the fluent style configuration used within Flexor.
___
# [**Angular Flex Layout**](https://github.com/angular/flex-layout)

Angular Flex Layout was the driving inspiration for this entire project.
___
[](https://www.codingblocks.net/about/)

The CodingBlocks community has been a great source of feedback and discussion in the design and implementation of Flexor.