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.