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

@sjsf-lab/beercss-theme

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sjsf-lab/beercss-theme

The Beer CSS v3 based theme for svelte-jsonschema-form

latest
Source
npmnpm
Version
3.3.0
Version published
Maintainers
1
Created
Source

@sjsf-lab/beercss-theme

The Beer CSS v3 based theme for svelte-jsonschema-form.

Installation

npm install @sjsf/form @sjsf-lab/beercss-theme

Usage

  • Install Beer CSS v3

Get started

  • Apply theme
<script lang="ts">
  import { createForm } from '@sjsf/form';
  import { theme } from '@sjsf-lab/beercss-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