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 5 additions and 5 deletions
Showing only changes of commit 8786ae4dec - Show all commits

View file

@ -3,7 +3,7 @@
import Navbar from './Navbar.svelte';
const { Story } = defineMeta({
title: 'Navbar',
title: 'Navigation/Navbar',
component: Navbar
});
</script>

View file

@ -4,7 +4,7 @@
import Tabs from './Tabs.svelte';
const { Story } = defineMeta({
title: 'Tabs',
title: 'Navigation/Tabs',
component: Tabs,
tags: ['autodocs'],
argTypes: {

View file

@ -4,7 +4,7 @@
import { fn } from '@storybook/test';
const { Story } = defineMeta({
title: 'Button',
title: 'Actions/Button',
component: Button,
args: {
onClick: fn()

View file

@ -3,7 +3,7 @@
import Loader from './Loader.svelte';
const { Story } = defineMeta({
title: 'Loader',
title: 'Feedback/Loader',
component: Loader
});
</script>

View file

@ -3,7 +3,7 @@
import TextInput from './TextInput.svelte';
const { Story } = defineMeta({
title: 'TextInput',
title: 'Data Input/Text Input',
component: TextInput,
argTypes: {
color: {