You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, since it looks like this project isn't being maintained anymore, I started building form-designer for a project I'm working on, and I wanted to get your feedback on how I design it to be more reusable. Here's a demo.
I'm leveraging HTML5's contenteditable attribute to achieve what I hope is a more user-friendly experience modifying forms. At the moment, it uses bootstrap, but I'm looking for something lighter weight. Currently, it's built to be an application in itself, but my intention is to make it a drop-in library.
Judging from the number of open issues & pull requests on this repo, there seems to be interest in this type of project, so I thought I'd ask for your input before going much further.
The text was updated successfully, but these errors were encountered:
Hey folks, since it looks like this project isn't being maintained anymore, I started building form-designer for a project I'm working on, and I wanted to get your feedback on how I design it to be more reusable. Here's a demo.
I'm leveraging HTML5's
contenteditable
attribute to achieve what I hope is a more user-friendly experience modifying forms. At the moment, it uses bootstrap, but I'm looking for something lighter weight. Currently, it's built to be an application in itself, but my intention is to make it a drop-in library.Judging from the number of open issues & pull requests on this repo, there seems to be interest in this type of project, so I thought I'd ask for your input before going much further.
The text was updated successfully, but these errors were encountered: