Skip to content

A library to build a declaration of a form and schema in JSON from data transfer objects.

Notifications You must be signed in to change notification settings

DotNetRegensburg/Fancy.SchemaFormBuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fancy.SchemaFormBuilder

Create HTML forms from you .NET DTOs the easy way!

What is it

Fancy.SchemaFormBuilder is a library to generate a JSON schema and a declarative form description (also in JSON) from your data transfer objects written in .NET. You can then feed this two items into the very popular open source JavaScript library Angular Schema Form. This library then renders a form in HTML into the browser. The combination of Angular Schema Form and Fancy.SchemaFormBuilder makes it super easy for .NET developers to create very rich web forms without having to write any html form specific code (apart from the single line in your HTML markup you need to call the Angular Schema Form library).

Walkthrough

For a base introduction on how to use the library have a look at this blog post

For a better understanding you should have a base knowledge of the angular-schema-form project.

Also have a look at the Sample Application which shows you a complete end to end example on how to use the library based on ASP.NET Core.

Live Editor

Try out Schema Form Builder Studio for live examples and use it to design your DTOs.

About

A library to build a declaration of a form and schema in JSON from data transfer objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 88.9%
  • JavaScript 6.1%
  • HTML 4.9%
  • CSS 0.1%