README
Form Extractor
Reads a statically created form, for example from backend templates on Rails, and copies the attributes into React.
Reads a statically created form, for example from backend templates on Rails, and copies the attributes into React. Primarily built for copying forms created by Devise (Rails gem), including the rails authenticity token, then magically converting them int
<script type="module">
import dolnpmFormExtractor from 'https://cdn.skypack.dev/@dolnpm/form-extractor';
</script>
Reads a statically created form, for example from backend templates on Rails, and copies the attributes into React.