2.0.1 • Published 2 months ago
@sjsf/skeleton3-theme v2.0.1
@sjsf/skeleton3-theme
The skeleton v3 (tailwind v4) based theme for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf/skeleton3-theme
Usage
- Install Skeleton v3
Install and configure Skeleton for SvelteKit
- Configuration
Register the theme source path by adding the following line to the app.css
file:.
@source "../node_modules/@sjsf/skeleton3-theme/dist";
- Apply theme
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf/skeleton3-theme';
const form = createForm({
theme,
...
})
</script>
License
MIT
2.0.1
2 months ago
2.0.0
2 months ago
2.0.0-next.15
2 months ago
2.0.0-next.14
3 months ago
2.0.0-next.13
3 months ago
2.0.0-next.12
3 months ago
2.0.0-next.11
3 months ago
2.0.0-next.10
3 months ago
2.0.0-next.9
4 months ago
2.0.0-next.8
4 months ago
2.0.0-next.7
4 months ago
2.0.0-next.6
5 months ago
2.0.0-next.5
5 months ago