Powerful forms in Svelte, inspired by Formik.
Sveltik CIForms is a component for rendering forms in Svelte. It is inspired by Formik and follows a similar API. It uses the let:props pattern, which is similar to the render prop pattern in React.
To install Sveltik CIForms, follow these steps:
npm install sveltik-ci-forms
import Sveltik from 'sveltik-ci-forms';
<Sveltik /> component in your Svelte template:<Sveltik />
Sveltik CIForms is a Svelte component for rendering forms. It is a port of Formik to Svelte and follows a similar API. It uses the let:props pattern for passing props to the component. The installation process is simple and straightforward, making it easy to integrate into any Svelte project.