Skip to content

Forms

Instead of using the global configuration to customize the look and feel of the forms, you can use the styles property in the faivform function. You can check the properties that you can customize in the ContextStyles.

Usage

<script lang="ts">
import { faivform } from "@tuentyfaiv/svelte-form";
const form = faivform({
// ... schema or adapter and context name
styles: {},
});
</script>