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