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

@sjsf/basic-theme

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sjsf/basic-theme

Basic theme for svelte-jsonschema-form

Source
npmnpm
Version
3.2.2
Version published
Weekly downloads
3.2K
28.66%
Maintainers
1
Weekly downloads
 
Created
Source

@sjsf/basic-theme

Basic theme for svelte-jsonschema-form

Installation

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

Usage

<script lang="ts">
  import { createForm } from '@sjsf/form';
  import { theme } from '@sjsf/basic-theme';
  import '@sjsf/basic-theme/css/basic.css';

  const form = createForm({
    theme,
    ...
  })
</script>

License

MIT

Keywords

svelte

FAQs

Package last updated on 14 Feb 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