Introduction
Svelte Formly generate a dynamic forms with custom rules and styles for application's Svelte, Sapper and Sveletkit
Features
- Generate dynamic and reactive forms.
- Easy to extend with custom field type, custom validation.
- Compatible with Svelte, Svetelkit, Sapper, Routify
Quick Start
To get started, you need to do the following:
- Open your command line to the root directory of your app
- Run to install the package
npm install svelte-formly
oryarn add svelte-formly
for Sapper must to install as dev-dependencienpm install -D svelte-formly
oryarn add -D svelte-formly
Quick example
Generate form with two fields username and password
- Message:
- Values: {}