The flowbite based icons set for svelte-jsonschema-form
npm install @sjsf/flowbite-iconsThe flowbite-svelte-icons based icons set for svelte-jsonschema-form.
``shell`
npm install @sjsf/form @sjsf/flowbite-icons
1. Install Flowbite Svelte Icons
Flowbite Svelte Icons - Flowbite
2. Configuration
Register the theme source path by adding the following line to the app.css file:.
`css`
@source "../node_modules/@sjsf/flowbite-icons/dist";
3. Apply icons
`svelte``
MIT