Skip to content
Playground

Skeleton

Installation

Terminal window
npm i @sjsf/basic-theme@next @sjsf/skeleton3-theme@next

Install Skeleton v3

Install and configure Skeleton for SvelteKit

Configuration

Register the theme source path by adding a line like this to the app.css file.

@source "../node_modules/@sjsf/skeleton3-theme/dist";

Extra widgets

  • checkboxes
  • date-picker
  • file-upload
  • file
  • multi-select
  • radio-buttons
  • radio
  • range
  • rating
  • slider
  • switch
  • textarea

Widgets demo