Skip to content

limbo-works/Limbo.Forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limbo Forms

GitHub license NuGet NuGet Limbo.Forms at packages.limbo.works

Limbo.Forms is a .NET package with various models for describing forms and form fields in a web based context.

License: MIT License
Target Framework: .NET Standard 2.0 + .NET Framework 4.5 + .NET Framework 4.7.2 (read more)



Purpose

At @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 - you can install the package in your project using either the .NET CLI:

dotnet add package Limbo.Forms

or the NuGet Package Manager:

Install-Package Limbo.Forms



Documentation