@sjsf-lab/beercss-theme
v3.2.1
Published
The Beer CSS v3 based theme for svelte-jsonschema-form
Readme
@sjsf-lab/beercss-theme
The Beer CSS v3 based theme for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf-lab/beercss-themeUsage
- Install Beer CSS v3
- Apply theme
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf-lab/beercss-theme';
const form = createForm({
theme,
...
})
</script>License
MIT
