2.0.1 • Published 1 month ago

@sjsf/daisyui5-theme v2.0.1

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

@sjsf/daisyui5-theme

The daisyUI v5 based theme for svelte-jsonschema-form.

Installation

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

Usage

  1. Install daisyUI v5

Install daisyUI as a Tailwind plugin

  1. Configuration

Register the theme source path by adding the following line to the app.css file:.

@source "../node_modules/@sjsf/daisyui5-theme/dist";
  1. Apply theme
<script lang="ts">
  import { createForm } from '@sjsf/form';
  import { theme } from '@sjsf/daisyui5-theme';

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

License

MIT

2.0.1

1 month ago

2.0.0

1 month ago

2.0.0-next.15

2 months ago

2.0.0-next.14

2 months ago

2.0.0-next.13

2 months ago

2.0.0-next.12

2 months ago

2.0.0-next.11

2 months ago

2.0.0-next.10

3 months ago

2.0.0-next.9

3 months ago

2.0.0-next.8

3 months ago

2.0.0-next.7

4 months ago

2.0.0-next.6

4 months ago

2.0.0-next.5

4 months ago

2.0.0-next.4

4 months ago

2.0.0-next.3

4 months ago

2.0.0-next.2

4 months ago

2.0.0-next.1

4 months ago

2.0.0-next.0

4 months ago