forked from minikomi/Bootstrap-Form-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
18 lines (15 loc) · 852 Bytes
/
about.html
File metadata and controls
18 lines (15 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h3>About</h3>
<p>
Created By Adam Moore (@<a href="http://twitter.com/minikomi">minikomi</a>) to help take the stress out of
writing all that markup to get bootstrap forms together. The original version of this was a big jQuery
spaghetti mess, so as of March 2013 it has been rewritten using <a href="backbonejs.org">backbone.js</a> and
takes advantage of <a href="http://underscorejs.org/#template">underscode.js templates</a>.
</p>
<p>
If you have a problem, or want a specific snippet added please check out the
<a href="https://github.com/minikomi/Bootstrap-Form-Builder">github project</a>. Note, this is only a simple tool so I'm not
that keen on adding many features (eg. saving/exporting forms, embedding forms etc.).
</p>
<p>
Adding snippets is quite simple now (due to the rewrite!) so please don't hesitate to open an issue!
</p>