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

@sjsf/flowbite3-theme

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sjsf/flowbite3-theme

The flowbite v3 based theme for svelte-jsonschema-form

Source
npmnpm
Version
3.5.0
Version published
Weekly downloads
89
178.13%
Maintainers
1
Weekly downloads
 
Created
Source

@sjsf/flowbite3-theme

The flowbite-svelte (tailwind v4) based theme for svelte-jsonschema-form.

Installation

npm install @sjsf/form @sjsf/flowbite3-theme

Usage

  • 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

Keywords

theme

FAQs

Package last updated on 15 Apr 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