@lmarshallafzal/smartforms
v0.1.1
Published
A dynamic Svelte form generator
Downloads
2
Maintainers
Readme
SmartForms
Features
- Generate Dynamic forms for svelte.
- Apply styles and layout to the generated forms.
- Implement complex input validation seamlessly.
Documentation
This svelte library provides a dynamic form generation system that allows for flexible and customisable form creation.
Installation
To install:
npm install smartformsUsage
TBD
Building
To build your library:
npm run packageTo create a production version of your showcase app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Publishing
Go into the package.json and give your package the desired name through the "name" option. Also consider adding a "license" field and point it to a LICENSE file which you can create from a template (one popular option is the MIT license).
To publish your library to npm:
npm publish