
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@sjsf/daisyui-theme
Advanced tools
The daisyUI v4 based theme for svelte-jsonschema-form.
npm install @sjsf/form @sjsf/daisyui-theme
There is two ways to setup styles:
import daisyui from 'daisyui';
import { THEME_CONTENT } from '@sjsf/daisyui-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', THEME_CONTENT],
plugins: [daisyui],
}
Or with a preset
import themePreset from '@sjsf/daisyui-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
presets: [themePreset],
}
// Inject them as you like
import themeStyles from "@sjsf/daisyui-theme/styles.css?inline";
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf/daisyui-theme';
const form = createForm({
theme,
...
})
</script>
MIT
FAQs
The daisyUI based theme for svelte-jsonschema-form
The npm package @sjsf/daisyui-theme receives a total of 111 weekly downloads. As such, @sjsf/daisyui-theme popularity was classified as not popular.
We found that @sjsf/daisyui-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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.