Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DerekChasse/Flexor
- Owner: DerekChasse
- License: mit
- Created: 2019-03-25T13:20:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T18:01:12.000Z (over 5 years ago)
- Last Synced: 2024-10-02T16:14:41.146Z (4 months ago)
- Topics: blazor, flexbox, flexbox-css, flexbox-layout, flexboxcss, flexboxlayout
- Language: C#
- Size: 4.5 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Flexor
## 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.