From 431c76ee2dcb6a6b1e1314b33e195391ba5d414c Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 28 Apr 2016 16:29:02 +0300 Subject: [PATCH] add presentation to readme --- public/modules/forms/base/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/modules/forms/base/README.md b/public/modules/forms/base/README.md index 3bb9f1b5..b01f16e1 100644 --- a/public/modules/forms/base/README.md +++ b/public/modules/forms/base/README.md @@ -1,6 +1,12 @@ +# angular-tellform +Tellform Angular Form UI Module + +##About +This module gives you the standalone front-end of tellform. It handles form rendering and form ui. For you to use this module you must have an API endpoint, such as (Formkeep)[https://formkeep.com]. + This is a readonly split of the tellform project. -This repository contain the form ui as a standalone component. To see it in action clone this repos, run `npm install` and open the file `demo/index.html`. +##Disclaimer This is a largely work in progress, use it at your own risk.