2.0.1 • Published 1 month ago

@sjsf/skeleton-theme v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@sjsf/skeleton-theme

The skeleton v3 (tailwind v3) based theme for svelte-jsonschema-form.

Installation

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

Usage

Setup styles

There is two ways to setup styles:

  1. Use tailwindcss config
import { skeleton } from '@skeletonlabs/skeleton/plugin';
import * as themes from '@skeletonlabs/skeleton/themes';
import forms from '@tailwindcss/forms'
import { THEME_CONTENT } from '@sjsf/skeleton-theme/preset'

/** @type {import('tailwindcss').Config} */
export default {
  content: ['./src/**/*.{html,js,svelte,ts}', THEME_CONTENT],
  plugins: [
    forms,
    skeleton({
      themes: [/* themes.something */],
    })
  ],
}

Or with a preset

import themePreset from '@sjsf/skeleton-theme/preset'

/** @type {import('tailwindcss').Config} */
export default {
  presets: [themePreset],
}
  1. Inject prepared styles (not recommended)
// Inject them as you like
import themeStyles from "@sjsf/skeleton-theme/styles.css?inline";

Bundled themes:

  • cerberus
  • catppuccin
  • pine
  • rose

Apply theme

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

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

License

MIT

2.0.0-next.15

2 months ago

2.0.0-next.8

3 months ago

2.0.0-next.9

3 months ago

2.0.0-next.6

4 months ago

2.0.0-next.7

4 months ago

2.0.0-next.4

4 months ago

2.0.0-next.5

4 months ago

1.9.1

6 months ago

1.9.0

6 months ago

1.8.0

6 months ago

2.0.0-next.10

3 months ago

1.7.0

8 months ago

1.6.1

8 months ago

2.0.0-next.11

2 months ago

1.6.0

8 months ago

1.5.1

8 months ago

2.0.0-next.12

2 months ago

1.5.0

8 months ago

2.0.0-next.13

2 months ago

1.4.0

9 months ago

2.0.0-next.14

2 months ago

2.0.0-next.2

4 months ago

2.0.0-next.3

4 months ago

2.0.0-next.0

4 months ago

2.0.0-next.1

4 months ago

2.0.1

1 month ago

2.0.0

1 month ago

1.9.2

6 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.1.2

9 months ago

1.0.0

9 months ago

0.2.7

9 months ago

0.2.6

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.1

9 months ago