Daisy UI #14

Merged
BenjaminPalko merged 28 commits from daisy-ui into master 2024-12-19 21:20:21 -05:00
5 changed files with 3 additions and 6 deletions
Showing only changes of commit e1816867f5 - Show all commits

View file

@ -3,6 +3,7 @@ import './preview.css';
/** @type { import('@storybook/svelte').Preview } */
const preview = {
tags: ['autodocs'],
parameters: {
controls: {
matchers: {

View file

@ -6,7 +6,6 @@
const { Story } = defineMeta({
title: 'Button',
component: Button,
tags: ['autodocs'],
args: {
onClick: fn()
},

View file

@ -4,8 +4,7 @@
const { Story } = defineMeta({
title: 'Loader',
component: Loader,
tags: ['autodocs']
component: Loader
});
</script>

View file

@ -4,8 +4,7 @@
const { Story } = defineMeta({
title: 'Navbar',
component: Navbar,
tags: ['autodocs']
component: Navbar
});
</script>

View file

@ -5,7 +5,6 @@
const { Story } = defineMeta({
title: 'TextInput',
component: TextInput,
tags: ['autodocs'],
argTypes: {
color: {
control: 'select',