@sjsf-lab/svar-theme
v3.1.1
Published
The SVAR v2 based theme for svelte-jsonschema-form
Readme
@sjsf-lab/svar-theme
The SVAR v2 based theme for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf-lab/svar-themeUsage
- Install SVAR v2
Getting started | Svelte Code Documentation
- Apply theme
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf-lab/svar-theme';
const form = createForm({
theme,
...
})
</script>License
MIT
