@sjsf/flowbite3-theme
v3.2.1
Published
The flowbite v3 based theme for svelte-jsonschema-form
Downloads
213
Readme
@sjsf/flowbite3-theme
The flowbite-svelte (tailwind v4) based theme for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf/flowbite3-themeUsage
- Install Flowbite Svelte
Flowbite Svelte - UI Component Library
- Configuration
Register the theme source path by adding the following line to the app.css file:.
@source "../node_modules/@sjsf/flowbite3-theme/dist";- Apply theme
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf/flowbite3-theme';
const form = createForm({
theme,
...
})
</script>License
MIT
