From c52909e4f2b9edb8605200cece7a23ebbe5970f0 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 28 Apr 2016 16:13:47 +0300 Subject: [PATCH] add readme --- public/modules/forms/base/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 public/modules/forms/base/README.md diff --git a/public/modules/forms/base/README.md b/public/modules/forms/base/README.md new file mode 100644 index 00000000..3bb9f1b5 --- /dev/null +++ b/public/modules/forms/base/README.md @@ -0,0 +1,6 @@ +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`. + +This is a largely work in progress, use it at your own risk.