2.0.1 • Published 5 months ago
@sjsf/daisyui-theme v2.0.1
@sjsf/daisyui-theme
The daisyUI v4 based theme for svelte-jsonschema-form.
Installation
npm install @sjsf/form @sjsf/daisyui-themeUsage
Setup styles
There is two ways to setup styles:
- Use tailwindcss config
import daisyui from 'daisyui';
import { THEME_CONTENT } from '@sjsf/daisyui-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', THEME_CONTENT],
plugins: [daisyui],
}Or with a preset
import themePreset from '@sjsf/daisyui-theme/preset'
/** @type {import('tailwindcss').Config} */
export default {
presets: [themePreset],
}- Inject prepared styles (not recommended)
// Inject them as you like
import themeStyles from "@sjsf/daisyui-theme/styles.css?inline";Apply theme
<script lang="ts">
import { createForm } from '@sjsf/form';
import { theme } from '@sjsf/daisyui-theme';
const form = createForm({
theme,
...
})
</script>License
MIT
2.0.0-next.15
5 months ago
2.0.0-next.8
7 months ago
2.0.0-next.9
7 months ago
2.0.0-next.6
7 months ago
2.0.0-next.7
7 months ago
2.0.0-next.4
8 months ago
2.0.0-next.5
7 months ago
1.9.1
9 months ago
1.9.0
10 months ago
1.8.0
10 months ago
2.0.0-next.10
6 months ago
1.7.0
11 months ago
1.6.1
12 months ago
2.0.0-next.11
6 months ago
1.6.0
12 months ago
1.5.1
12 months ago
2.0.0-next.12
6 months ago
1.5.0
12 months ago
2.0.0-next.13
6 months ago
1.4.0
1 year ago
2.0.0-next.14
6 months ago
2.0.0-next.2
8 months ago
2.0.0-next.3
8 months ago
2.0.0-next.0
8 months ago
2.0.0-next.1
8 months ago
2.0.1
5 months ago
2.0.0
5 months ago
1.9.2
9 months ago
1.3.0
1 year ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.2
1 year ago
1.0.0
1 year ago
0.2.7
1 year ago
0.2.6
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.5
1 year ago
0.2.4
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.1.0
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago