@sjsf/lucide-icons
v3.3.2
Published
The lucide based icons set for svelte-jsonschema-form
Readme
@sjsf/lucide-icons
The lucide based icons set for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf/lucide-iconsUsage
<script lang="ts">
import { createForm } from '@sjsf/form';
import { icons } from '@sjsf/lucide-icons';
const form = createForm({
icons,
...
})
</script>License
MIT
