🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@sjsf/flowbite-icons

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sjsf/flowbite-icons

The flowbite based icons set for svelte-jsonschema-form

latest
Source
npmnpm
Version
3.6.0
Version published
Weekly downloads
108
-49.06%
Maintainers
1
Weekly downloads
 
Created
Source

@sjsf/flowbite-icons

The flowbite-svelte-icons based icons set for svelte-jsonschema-form.

Installation

npm install @sjsf/form @sjsf/flowbite-icons

Usage

  • 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

Keywords

icons

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts