
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@sjsf/flowbite-theme
Advanced tools
The flowbite-svelte (tailwind v3) based theme for svelte-jsonschema-form.
npm install @sjsf/form@next @sjsf/flowbite-theme@next
There is two ways to setup styles:
import flowbite from 'flowbite/plugin';
import { THEME_CONTENT, FLOWBITE_CONTENT } from '@sjsf/flowbite-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', THEME_CONTENT, FLOWBITE_CONTENT],
plugins: [flowbite],
}
Or with a preset
import themePreset from '@sjsf/flowbite-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
presets: [themePreset],
}
// Inject them as you like
import themeStyles from "@sjsf/flowbite-theme/styles.css?inline";
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf/flowbite-theme';
const form = createForm({
theme,
...
})
</script>
MIT
FAQs
The flowbite based theme for svelte-jsonschema-form
The npm package @sjsf/flowbite-theme receives a total of 146 weekly downloads. As such, @sjsf/flowbite-theme popularity was classified as not popular.
We found that @sjsf/flowbite-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.