sample-custom-question-svelte Svelte Themes

Sample Custom Question Svelte

A sample Formsort custom question, written in Svelte

sample-custom-question-svelte

A sample custom question for use in Formsort using the Custom Question API.

Note

Note that this is the vanilla svelte template, but with a tweak to preferBuiltins in the rollup-plugin-resolve config:

resolve({
  browser: true,
  preferBuiltins: false,
  dedupe: ['svelte']
}),

Top categories

Loading Svelte Themes