https://github.com/skybrud/skybrud.forms
.NET package with models for describing forms and form fields.
https://github.com/skybrud/skybrud.forms
csharp dotnet form forms forms-models limbo package skybrud
Last synced: about 1 month ago
JSON representation
.NET package with models for describing forms and form fields.
- Host: GitHub
- URL: https://github.com/skybrud/skybrud.forms
- Owner: skybrud
- License: mit
- Created: 2021-03-15T14:46:51.000Z (over 5 years ago)
- Default Branch: v1/main
- Last Pushed: 2023-03-31T12:49:43.000Z (about 3 years ago)
- Last Synced: 2025-08-22T08:26:20.386Z (10 months ago)
- Topics: csharp, dotnet, form, forms, forms-models, limbo, package, skybrud
- Language: C#
- Homepage:
- Size: 5.97 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Forms
*Skybrud.Forms* is a .NET package with various models for describing forms and form fields in a web based context.
## Purpose
At [**@limbo-works**](https://github.com/limbo-works), we're typically building our websites as a SPA (single page application) with a JavaScript based frontend communicating with a backend API. The models in this package serve as a common contract between our backend and frontend to describe forms on our websites.
## Installation
The package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Forms/1.0.0-beta008) - you can install the package in your project using either the .NET CLI:
```
dotnet add package Skybrud.Forms --version 1.0.0-beta010
```
or the NuGet Package Manager:
```
Install-Package Skybrud.Forms -Version 1.0.0-beta010
```
## Documentation
- [See the documentation at **packages.skybrud.dk**](https://packages.skybrud.dk/skybrud.forms/docs/)