@sjsf/flowbite-icons
v3.1.1
Published
The flowbite based icons set for svelte-jsonschema-form
Readme
@sjsf/flowbite-icons
The flowbite-svelte-icons based icons set for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf/flowbite-iconsUsage
- Install Flowbite Svelte Icons
Flowbite Svelte Icons - Flowbite
- Configuration
Register the theme source path by adding the following line to the app.css file:.
@source "../node_modules/@sjsf/flowbite-icons/dist";- Apply icons
<script lang="ts">
import { createForm } from '@sjsf/form';
import { icons } from '@sjsf/flowbite-icons';
const form = createForm({
icons,
...
})
</script>License
MIT
