Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsuryd/dotnetify-elements
Backend-ready React components for .NET web apps.
https://github.com/dsuryd/dotnetify-elements
components csharp dotnet form react
Last synced: 14 days ago
JSON representation
Backend-ready React components for .NET web apps.
- Host: GitHub
- URL: https://github.com/dsuryd/dotnetify-elements
- Owner: dsuryd
- License: other
- Created: 2018-01-01T00:08:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:02:14.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T12:08:12.347Z (about 1 month ago)
- Topics: components, csharp, dotnet, form, react
- Language: JavaScript
- Homepage: https://dotnetify.net/elements
- Size: 12.2 MB
- Stars: 57
- Watchers: 13
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/dotnetify-elements.svg)](https://badge.fury.io/js/dotnetify-elements)
[![NuGet version](https://badge.fury.io/nu/DotNetify.Elements.svg)](https://badge.fury.io/nu/DotNetify.Elements)## DotNetify-Elements
A library of React and native web components for cross-platform .NET back-end, communicating in real-time via WebSocket.
[**View documentation and live demo**](https://dotnetify.net/elements)
JSFiddle Demo:
- [Live Dashboard](https://jsfiddle.net/dsuryd/ygosxk8m/)
- [Reactive Form](https://jsfiddle.net/dsuryd/hmvwpjx0/4/).### About This Repo
This repo contains the library's source code, full documentation, and live demo's source code. To run the repo:
- Get [.NET Core 2.x SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300).
- Get [Node.js](https://nodejs.org/en/).
- On a VS Code terminal:```
cd DevApp
npm i
dotnet build
dotnet watch run
```
_Logo design by [area55git](https://github.com/area55git)._