Introduction

Svelte Formly generate a dynamic forms with custom rules and styles for application's Svelte, Sapper and Sveletkit

Features


Quick Start

To get started, you need to do the following:

  1. Open your command line to the root directory of your app
  2. Run to install the package npm install svelte-formly or yarn add svelte-formly
    for Sapper must to install as dev-dependencie npm install -D svelte-formly or yarn add -D svelte-formly

Quick example

Generate form with two fields username and password

  • Message:
  • Values: {}