` tag)
-- `pill`: Enable fully rounded pill style
-- `outline`: Use outline style instead of filled
-- `gradient`: Enable gradient styling (monochrome or duotone)
-- `shadow`: Add colored shadow effect
-- `disabled`: Disable the button
-- `loading`: Show loading spinner and disable button
-- `type`: Button type attribute (button, submit, reset)
-
-
-
## References
- [Flowbite Buttons](https://flowbite.com/docs/components/buttons/)
@@ -5629,16 +5523,6 @@ When implementing cards, consider these guidelines:
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
-### Key Props
-
-- `href`: Makes entire card clickable link
-- `horizontal`: Enable horizontal layout
-- `reverse`: Reverse order of image and content
-- `img`: Image source URL
-- `padding`: Control internal padding (none, sm, md, lg, xl)
-- `size`: Control card width constraints
-- `class`: Custom classes for styling
-
## References
@@ -6210,32 +6094,6 @@ Alternatives to consider:
- class: className
-### Key Props
-
-**Carousel:**
-- `images`: Array of image objects with src, alt, and optional title
-- `duration`: Auto-advance interval in milliseconds (0 = manual only)
-- `index`: Current slide index (bindable for external control)
-- `showControls`: Show/hide previous/next buttons
-- `showIndicators`: Show/hide position indicators
-- `showThumbnails`: Show/hide thumbnail navigation
-- `transition`: Custom transition function
-- `transitionParams`: Parameters for transition (duration, easing)
-
-**Controls:**
-- `class`: Custom classes for control buttons
-- Position customization through slots
-
-**Indicators:**
-- `class`: Custom classes for indicator dots
-- Active state styling
-
-**Thumbnails:**
-- `class`: Custom classes for thumbnail container
-- Active thumbnail highlighting
-
-
-
## References
- [Flowbite Carousel](https://flowbite.com/docs/components/carousel/)
From 27357d4422059c781ea949a6be5682ece5015ffd Mon Sep 17 00:00:00 2001
From: Shinichi Okada <147320+shinokada@users.noreply.github.com>
Date: Fri, 21 Nov 2025 14:20:58 +0100
Subject: [PATCH 2/4] llm: add See also to llm config ignore
---
llm.config.js | 2 +-
static/llm/components/accordion.md | 4 -
static/llm/components/alert.md | 4 -
static/llm/components/avatar.md | 4 -
static/llm/components/badge.md | 4 -
static/llm/components/banner.md | 4 -
static/llm/components/bottom-navigation.md | 4 -
static/llm/components/breadcrumb.md | 4 -
static/llm/components/button-group.md | 4 -
static/llm/components/buttons.md | 4 -
static/llm/components/card.md | 4 -
static/llm/components/carousel.md | 4 -
static/llm/components/list-group.md | 4 -
static/llm/components/progress.md | 4 -
static/llm/components/tooltip.md | 4 -
static/llm/context-full.txt | 98 +---------------------
static/llm/extend/button-toggle.md | 4 -
static/llm/extend/clipboard-manager.md | 4 -
static/llm/extend/progressradial.md | 4 -
static/llm/extend/tags.md | 4 -
static/llm/extend/virtual-masonry.md | 4 -
static/llm/forms/floating-label.md | 4 -
static/llm/forms/input-field.md | 4 -
static/llm/forms/phone-input.md | 4 -
static/llm/typography/blockquote.md | 4 -
static/llm/utilities/close-button.md | 4 -
26 files changed, 2 insertions(+), 194 deletions(-)
diff --git a/llm.config.js b/llm.config.js
index ce9658dcf..01f94b5ef 100644
--- a/llm.config.js
+++ b/llm.config.js
@@ -15,7 +15,7 @@ export default {
dataDir: "./src/routes/component-data",
// Sections to ignore (can be string or array)
- ignore: ["GitHub Links", "LLM Link"],
+ ignore: ["GitHub Links", "LLM Link", "See also"],
// Strip this prefix from output paths
stripPrefix: "docs",
diff --git a/static/llm/components/accordion.md b/static/llm/components/accordion.md
index 3a2ab8ffe..fe8f8c55c 100644
--- a/static/llm/components/accordion.md
+++ b/static/llm/components/accordion.md
@@ -574,10 +574,6 @@ The Accordion component is built with accessibility in mind:
- **Focus Management**: Clear focus indicators help keyboard users navigate
- **Screen Reader Support**: Expanded/collapsed states are announced to screen reader users
-## See also
-
-
-
## Component data
### Accordion
diff --git a/static/llm/components/alert.md b/static/llm/components/alert.md
index 4c9298be2..c75b70f86 100644
--- a/static/llm/components/alert.md
+++ b/static/llm/components/alert.md
@@ -365,10 +365,6 @@ When using alerts, consider these guidelines:
- **Allow Dismissal**: For non-critical alerts, enable dismissal to reduce clutter
- **Position Wisely**: Place alerts where they're most relevant to the action or content
-## See also
-
-
-
## Component data
### Alert
diff --git a/static/llm/components/avatar.md b/static/llm/components/avatar.md
index 4221a87c7..cb88eb12f 100644
--- a/static/llm/components/avatar.md
+++ b/static/llm/components/avatar.md
@@ -294,10 +294,6 @@ When implementing avatars, consider these guidelines:
- **Clickable Areas**: Ensure clickable avatars have adequate touch targets (minimum 44x44px)
- **Privacy**: Consider user privacy preferences when displaying profile pictures
-## See also
-
-
-
## Component data
### Avatar
diff --git a/static/llm/components/badge.md b/static/llm/components/badge.md
index 331cd9ced..28e73bb44 100644
--- a/static/llm/components/badge.md
+++ b/static/llm/components/badge.md
@@ -366,10 +366,6 @@ When using badges, consider these guidelines:
- **Consider Context**: Place badges near related content for clarity
- **Readable Contrast**: Ensure text has sufficient contrast against badge background
-## See also
-
-
-
## Component data
### Badge
diff --git a/static/llm/components/banner.md b/static/llm/components/banner.md
index 055a65b56..d03b2cf24 100644
--- a/static/llm/components/banner.md
+++ b/static/llm/components/banner.md
@@ -312,10 +312,6 @@ When implementing sticky banners, consider these guidelines:
- **Toast**: Temporary feedback, success/error messages, auto-dismissing notifications
- **Modal**: Critical information requiring user action, complex forms, focused tasks
-## See also
-
-
-
## Component data
### Banner
diff --git a/static/llm/components/bottom-navigation.md b/static/llm/components/bottom-navigation.md
index fb04d9d73..9d3894680 100644
--- a/static/llm/components/bottom-navigation.md
+++ b/static/llm/components/bottom-navigation.md
@@ -453,10 +453,6 @@ When implementing bottom navigation, consider these guidelines:
- **Icon + Label**: Combine icons with text labels for clarity
- **Responsive Design**: Consider hiding or adapting for tablet/desktop views
-## See also
-
-
-
## Component data
### BottomNav
diff --git a/static/llm/components/breadcrumb.md b/static/llm/components/breadcrumb.md
index 3ddc3d270..73bc6c9cb 100644
--- a/static/llm/components/breadcrumb.md
+++ b/static/llm/components/breadcrumb.md
@@ -212,10 +212,6 @@ For mobile devices, consider these patterns:
- **Vertical Stack**: Stack breadcrumb items vertically if appropriate
- **Icon Only**: Use just a home icon and back arrow on narrow screens
-## See also
-
-
-
## Component data
### Breadcrumb
diff --git a/static/llm/components/button-group.md b/static/llm/components/button-group.md
index eea3f3a8a..1c15e613e 100644
--- a/static/llm/components/button-group.md
+++ b/static/llm/components/button-group.md
@@ -328,10 +328,6 @@ When implementing button groups, consider these guidelines:
- **Responsive**: Adapt layout for different screen sizes
- **Z-index**: Manage layering for hover/focus states
-## See also
-
-
-
## Component data
### ButtonGroup
diff --git a/static/llm/components/buttons.md b/static/llm/components/buttons.md
index e5a9aae81..ad8d3231a 100644
--- a/static/llm/components/buttons.md
+++ b/static/llm/components/buttons.md
@@ -465,10 +465,6 @@ Establish clear visual hierarchy with different button types:
**Wizards**: Back (outline) + Next (primary) + Cancel (text)
**CRUD Operations**: Create (green) + Edit (blue) + Delete (red)
-## See also
-
-
-
## Component data
### Button
diff --git a/static/llm/components/card.md b/static/llm/components/card.md
index 05b42bfb8..bc29a6329 100644
--- a/static/llm/components/card.md
+++ b/static/llm/components/card.md
@@ -599,10 +599,6 @@ When implementing cards, consider these guidelines:
**Featured + Grid**: Large featured card with smaller cards
**Sidebar**: Narrow cards in sidebar context
-## See also
-
-
-
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
diff --git a/static/llm/components/carousel.md b/static/llm/components/carousel.md
index dc690bd63..7fcec90ba 100644
--- a/static/llm/components/carousel.md
+++ b/static/llm/components/carousel.md
@@ -449,10 +449,6 @@ Alternatives to consider:
- Simple image galleries with modal zoom
- Static hero images with focused messaging
-## See also
-
-
-
## Component data
### Carousel
diff --git a/static/llm/components/list-group.md b/static/llm/components/list-group.md
index 09b1cd7b4..6e6395a8c 100644
--- a/static/llm/components/list-group.md
+++ b/static/llm/components/list-group.md
@@ -172,10 +172,6 @@ When non-standard usage is needed you can omit the `items` props and add element
```
-## See also
-
-
-
## Component data
### Listgroup
diff --git a/static/llm/components/progress.md b/static/llm/components/progress.md
index afc7f702d..6971e0156 100644
--- a/static/llm/components/progress.md
+++ b/static/llm/components/progress.md
@@ -199,10 +199,6 @@ Use the `labelInsideDiv` prop to change the color of the progress bar.
```
-## See also
-
-
-
## Component data
### Progressbar
diff --git a/static/llm/components/tooltip.md b/static/llm/components/tooltip.md
index 89ed146cb..04488fc32 100644
--- a/static/llm/components/tooltip.md
+++ b/static/llm/components/tooltip.md
@@ -172,10 +172,6 @@ When you want to add a fully custom styles, use `type="custom"`, and `class` to
Tooltip content
```
-## See also
-
-
-
## Component data
### Tooltip
diff --git a/static/llm/context-full.txt b/static/llm/context-full.txt
index f2d4536bc..35df60943 100644
--- a/static/llm/context-full.txt
+++ b/static/llm/context-full.txt
@@ -1,5 +1,5 @@
# Flowbite Svelte Documentation - Full Context
-# Generated on 2025-11-21T13:12:21.604Z
+# Generated on 2025-11-21T13:19:15.404Z
# This file contains all documentation concatenated in logical order
@@ -1695,10 +1695,6 @@ The Accordion component is built with accessibility in mind:
- **Focus Management**: Clear focus indicators help keyboard users navigate
- **Screen Reader Support**: Expanded/collapsed states are announced to screen reader users
-## See also
-
-
-
## Component data
### Accordion
@@ -2115,10 +2111,6 @@ When using alerts, consider these guidelines:
- **Allow Dismissal**: For non-critical alerts, enable dismissal to reduce clutter
- **Position Wisely**: Place alerts where they're most relevant to the action or content
-## See also
-
-
-
## Component data
### Alert
@@ -2446,10 +2438,6 @@ When implementing avatars, consider these guidelines:
- **Clickable Areas**: Ensure clickable avatars have adequate touch targets (minimum 44x44px)
- **Privacy**: Consider user privacy preferences when displaying profile pictures
-## See also
-
-
-
## Component data
### Avatar
@@ -2851,10 +2839,6 @@ When using badges, consider these guidelines:
- **Consider Context**: Place badges near related content for clarity
- **Readable Contrast**: Ensure text has sufficient contrast against badge background
-## See also
-
-
-
## Component data
### Badge
@@ -3204,10 +3188,6 @@ When implementing sticky banners, consider these guidelines:
- **Toast**: Temporary feedback, success/error messages, auto-dismissing notifications
- **Modal**: Critical information requiring user action, complex forms, focused tasks
-## See also
-
-
-
## Component data
### Banner
@@ -3696,10 +3676,6 @@ When implementing bottom navigation, consider these guidelines:
- **Icon + Label**: Combine icons with text labels for clarity
- **Responsive Design**: Consider hiding or adapting for tablet/desktop views
-## See also
-
-
-
## Component data
### BottomNav
@@ -3988,10 +3964,6 @@ For mobile devices, consider these patterns:
- **Vertical Stack**: Stack breadcrumb items vertically if appropriate
- **Icon Only**: Use just a home icon and back arrow on narrow screens
-## See also
-
-
-
## Component data
### Breadcrumb
@@ -4366,10 +4338,6 @@ When implementing button groups, consider these guidelines:
- **Responsive**: Adapt layout for different screen sizes
- **Z-index**: Manage layering for hover/focus states
-## See also
-
-
-
## Component data
### ButtonGroup
@@ -4861,10 +4829,6 @@ Establish clear visual hierarchy with different button types:
**Wizards**: Back (outline) + Next (primary) + Cancel (text)
**CRUD Operations**: Create (green) + Edit (blue) + Delete (red)
-## See also
-
-
-
## Component data
### Button
@@ -5515,10 +5479,6 @@ When implementing cards, consider these guidelines:
**Featured + Grid**: Large featured card with smaller cards
**Sidebar**: Narrow cards in sidebar context
-## See also
-
-
-
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
@@ -5984,10 +5944,6 @@ Alternatives to consider:
- Simple image galleries with modal zoom
- Static hero images with focused messaging
-## See also
-
-
-
## Component data
### Carousel
@@ -10031,10 +9987,6 @@ When non-standard usage is needed you can omit the `items` props and add element
```
-## See also
-
-
-
## Component data
### Listgroup
@@ -12802,10 +12754,6 @@ Use the `labelInsideDiv` prop to change the color of the progress bar.
```
-## See also
-
-
-
## Component data
### Progressbar
@@ -19008,10 +18956,6 @@ When you want to add a fully custom styles, use `type="custom"`, and `class` to
Tooltip content
```
-## See also
-
-
-
## Component data
### Tooltip
@@ -20190,10 +20134,6 @@ Add a helper text in addition to the label if you want to show more information
```
-## See also
-
-
-
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
@@ -20864,10 +20804,6 @@ If you need a full control over `input` HTML element while still re-using the Fl
```
-## See also
-
-
-
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
@@ -21424,10 +21360,6 @@ The PhoneInput component provides customizable styling through six distinct clas
```
-## See also
-
-
-
## Component data
### PhoneInput
@@ -23818,10 +23750,6 @@ The `size="2xl"` prop can be used to set a large size for the blockquote compone
```
-## See also
-
-
-
## Component data
### Blockquote
@@ -26100,10 +26028,6 @@ You can use `primary`, `secondary`, `gray`, `red`, `orange`, `amber`, `yellow`,
Selected: {singleValue || "None"}
```
-## See also
-
-
-
## Component data
### ButtonToggle
@@ -26145,10 +26069,6 @@ You can use `primary`, `secondary`, `gray`, `red`, `orange`, `amber`, `yellow`,
See [examples](/docs-examples/extend/clipboard-manager) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/clipboard-manager).
-## See also
-
-
-
## Component data
### ClipboardManager
@@ -26841,10 +26761,6 @@ Import the `Progressradial` component in a script tag.
```
-## See also
-
-
-
## Component data
### Progressradial
@@ -27272,10 +27188,6 @@ Use `disabled` to the `Tags` component.
```
-## See also
-
-
-
## Component data
### Tags
@@ -27826,10 +27738,6 @@ Enable with `` or override via `classes.item`.
See [examples](/docs-examples/extend/virtual-masonry) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/virtual-masonry).
-## See also
-
-
-
## Component data
### VirtualMasonry
@@ -27889,10 +27797,6 @@ Use `CloseButton` component to close a component.
{/if}
```
-## See also
-
-
-
## Component data
### CloseButton
diff --git a/static/llm/extend/button-toggle.md b/static/llm/extend/button-toggle.md
index 13cff7ad0..c7703157c 100644
--- a/static/llm/extend/button-toggle.md
+++ b/static/llm/extend/button-toggle.md
@@ -407,10 +407,6 @@ You can use `primary`, `secondary`, `gray`, `red`, `orange`, `amber`, `yellow`,
Selected: {singleValue || "None"}
```
-## See also
-
-
-
## Component data
### ButtonToggle
diff --git a/static/llm/extend/clipboard-manager.md b/static/llm/extend/clipboard-manager.md
index af63d19f5..71c06f023 100644
--- a/static/llm/extend/clipboard-manager.md
+++ b/static/llm/extend/clipboard-manager.md
@@ -13,10 +13,6 @@
See [examples](/docs-examples/extend/clipboard-manager) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/clipboard-manager).
-## See also
-
-
-
## Component data
### ClipboardManager
diff --git a/static/llm/extend/progressradial.md b/static/llm/extend/progressradial.md
index 85fbb0c5e..49d6617fa 100644
--- a/static/llm/extend/progressradial.md
+++ b/static/llm/extend/progressradial.md
@@ -118,10 +118,6 @@ Import the `Progressradial` component in a script tag.
```
-## See also
-
-
-
## Component data
### Progressradial
diff --git a/static/llm/extend/tags.md b/static/llm/extend/tags.md
index feb7dc71e..e4fc52741 100644
--- a/static/llm/extend/tags.md
+++ b/static/llm/extend/tags.md
@@ -101,10 +101,6 @@ Use `disabled` to the `Tags` component.
```
-## See also
-
-
-
## Component data
### Tags
diff --git a/static/llm/extend/virtual-masonry.md b/static/llm/extend/virtual-masonry.md
index af7f1f1be..ee4264ff6 100644
--- a/static/llm/extend/virtual-masonry.md
+++ b/static/llm/extend/virtual-masonry.md
@@ -13,10 +13,6 @@
See [examples](/docs-examples/extend/virtual-masonry) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/virtual-masonry).
-## See also
-
-
-
## Component data
### VirtualMasonry
diff --git a/static/llm/forms/floating-label.md b/static/llm/forms/floating-label.md
index 267a81c75..b7340beba 100644
--- a/static/llm/forms/floating-label.md
+++ b/static/llm/forms/floating-label.md
@@ -288,10 +288,6 @@ Add a helper text in addition to the label if you want to show more information
```
-## See also
-
-
-
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
diff --git a/static/llm/forms/input-field.md b/static/llm/forms/input-field.md
index c293bb42e..72442cf1b 100644
--- a/static/llm/forms/input-field.md
+++ b/static/llm/forms/input-field.md
@@ -654,10 +654,6 @@ If you need a full control over `input` HTML element while still re-using the Fl
```
-## See also
-
-
-
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
diff --git a/static/llm/forms/phone-input.md b/static/llm/forms/phone-input.md
index 9ddc6b013..5bc31cf23 100644
--- a/static/llm/forms/phone-input.md
+++ b/static/llm/forms/phone-input.md
@@ -326,10 +326,6 @@ The PhoneInput component provides customizable styling through six distinct clas
```
-## See also
-
-
-
## Component data
### PhoneInput
diff --git a/static/llm/typography/blockquote.md b/static/llm/typography/blockquote.md
index 5d9770e1d..834653eff 100644
--- a/static/llm/typography/blockquote.md
+++ b/static/llm/typography/blockquote.md
@@ -226,10 +226,6 @@ The `size="2xl"` prop can be used to set a large size for the blockquote compone
```
-## See also
-
-
-
## Component data
### Blockquote
diff --git a/static/llm/utilities/close-button.md b/static/llm/utilities/close-button.md
index 3e5333139..8c4cb82bf 100644
--- a/static/llm/utilities/close-button.md
+++ b/static/llm/utilities/close-button.md
@@ -26,10 +26,6 @@ Use `CloseButton` component to close a component.
{/if}
```
-## See also
-
-
-
## Component data
### CloseButton
From a1bae74c52d429edaf64475b07434f7b7358ba53 Mon Sep 17 00:00:00 2001
From: Shinichi Okada <147320+shinokada@users.noreply.github.com>
Date: Fri, 21 Nov 2025 21:07:48 +0100
Subject: [PATCH 3/4] llm: update
---
llm.config.js | 2 +-
package.json | 2 +-
pnpm-lock.yaml | 10 +-
static/llm/components/accordion.md | 7 +
static/llm/components/alert.md | 8 +
static/llm/components/avatar.md | 8 +
static/llm/components/badge.md | 8 +
static/llm/components/banner.md | 8 +
static/llm/components/bottom-navigation.md | 8 +
static/llm/components/breadcrumb.md | 8 +
static/llm/components/button-group.md | 9 +
static/llm/components/buttons.md | 9 +
static/llm/components/card.md | 9 +
static/llm/components/carousel.md | 8 +
static/llm/components/list-group.md | 9 +
static/llm/components/progress.md | 6 +
static/llm/components/tooltip.md | 7 +
static/llm/context-full.txt | 218 ++++++++++++++++++++-
static/llm/extend/button-toggle.md | 9 +
static/llm/extend/clipboard-manager.md | 5 +
static/llm/extend/command-palette.md | 4 +
static/llm/extend/kanban-board.md | 4 +
static/llm/extend/progressradial.md | 6 +
static/llm/extend/scroll-spy.md | 4 +
static/llm/extend/split-pane.md | 4 +
static/llm/extend/tags.md | 7 +
static/llm/extend/tour.md | 4 +
static/llm/extend/virtual-list.md | 5 +
static/llm/extend/virtual-masonry.md | 5 +
static/llm/forms/floating-label.md | 7 +
static/llm/forms/input-field.md | 7 +
static/llm/forms/number-input.md | 8 +
static/llm/forms/phone-input.md | 7 +
static/llm/typography/blockquote.md | 8 +
static/llm/utilities/close-button.md | 10 +
35 files changed, 440 insertions(+), 8 deletions(-)
diff --git a/llm.config.js b/llm.config.js
index 01f94b5ef..ce9658dcf 100644
--- a/llm.config.js
+++ b/llm.config.js
@@ -15,7 +15,7 @@ export default {
dataDir: "./src/routes/component-data",
// Sections to ignore (can be string or array)
- ignore: ["GitHub Links", "LLM Link", "See also"],
+ ignore: ["GitHub Links", "LLM Link"],
// Strip this prefix from output paths
stripPrefix: "docs",
diff --git a/package.json b/package.json
index 666340307..46b203aef 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"super-sitemap": "^1.0.5",
"svelte": "^5.43.10",
"svelte-check": "^4.3.4",
- "svelte-doc-llm": "^0.5.1",
+ "svelte-doc-llm": "^0.6.0",
"svelte-lib-helpers": "^0.4.31",
"svelte-meta-tags": "^4.5.0",
"svelte-rune-highlight": "^0.11.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ec1536066..57b2d3ed0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -196,8 +196,8 @@ importers:
specifier: ^4.3.4
version: 4.3.4(picomatch@4.0.3)(svelte@5.43.10)(typescript@5.9.3)
svelte-doc-llm:
- specifier: ^0.5.1
- version: 0.5.1
+ specifier: ^0.6.0
+ version: 0.6.0
svelte-lib-helpers:
specifier: ^0.4.31
version: 0.4.31
@@ -3329,8 +3329,8 @@ packages:
svelte: ^4.0.0 || ^5.0.0-next.0
typescript: '>=5.0.0'
- svelte-doc-llm@0.5.1:
- resolution: {integrity: sha512-NWu9DUQ1zBs1BiHv5+/JqjJaTlc9i2zAAhj4JVj4nupfG1tFdMNacOvrpV+097Opv/v+jUPFBDDo0SPgDXa9tA==}
+ svelte-doc-llm@0.6.0:
+ resolution: {integrity: sha512-EZoDavkXi9Pz1Lj9ILrpePGyT6J3r9muCtgOS2Pa+zTLOWsGMDRvWsHSpI0WQy2e72QcCw86ejLsdxsskZw6Dw==}
engines: {node: '>=18.0.0'}
hasBin: true
@@ -6877,7 +6877,7 @@ snapshots:
transitivePeerDependencies:
- picomatch
- svelte-doc-llm@0.5.1:
+ svelte-doc-llm@0.6.0:
dependencies:
glob: 11.1.0
gray-matter: 4.0.3
diff --git a/static/llm/components/accordion.md b/static/llm/components/accordion.md
index fe8f8c55c..43b9045c1 100644
--- a/static/llm/components/accordion.md
+++ b/static/llm/components/accordion.md
@@ -574,6 +574,13 @@ The Accordion component is built with accessibility in mind:
- **Focus Management**: Clear focus indicators help keyboard users navigate
- **Screen Reader Support**: Expanded/collapsed states are announced to screen reader users
+## See also
+
+- [Tabs](https://flowbite-svelte.com/llm/components/tabs.md)
+- [Dropdown](https://flowbite-svelte.com/llm/components/dropdown.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+
+
## Component data
### Accordion
diff --git a/static/llm/components/alert.md b/static/llm/components/alert.md
index c75b70f86..3e81f7956 100644
--- a/static/llm/components/alert.md
+++ b/static/llm/components/alert.md
@@ -365,6 +365,14 @@ When using alerts, consider these guidelines:
- **Allow Dismissal**: For non-critical alerts, enable dismissal to reduce clutter
- **Position Wisely**: Place alerts where they're most relevant to the action or content
+## See also
+
+- [Toast](https://flowbite-svelte.com/llm/components/toast.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+- [Banner](https://flowbite-svelte.com/llm/components/banner.md)
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+
+
## Component data
### Alert
diff --git a/static/llm/components/avatar.md b/static/llm/components/avatar.md
index cb88eb12f..b98a473f0 100644
--- a/static/llm/components/avatar.md
+++ b/static/llm/components/avatar.md
@@ -294,6 +294,14 @@ When implementing avatars, consider these guidelines:
- **Clickable Areas**: Ensure clickable avatars have adequate touch targets (minimum 44x44px)
- **Privacy**: Consider user privacy preferences when displaying profile pictures
+## See also
+
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+- [Dropdown](https://flowbite-svelte.com/llm/components/dropdown.md)
+- [Tooltip](https://flowbite-svelte.com/llm/components/tooltip.md)
+- [Indicators](https://flowbite-svelte.com/llm/components/indicators.md)
+
+
## Component data
### Avatar
diff --git a/static/llm/components/badge.md b/static/llm/components/badge.md
index 28e73bb44..90513ba1e 100644
--- a/static/llm/components/badge.md
+++ b/static/llm/components/badge.md
@@ -366,6 +366,14 @@ When using badges, consider these guidelines:
- **Consider Context**: Place badges near related content for clarity
- **Readable Contrast**: Ensure text has sufficient contrast against badge background
+## See also
+
+- [Avatar](https://flowbite-svelte.com/llm/components/avatar.md)
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [Indicators](https://flowbite-svelte.com/llm/components/indicators.md)
+- [Alert](https://flowbite-svelte.com/llm/components/alert.md)
+
+
## Component data
### Badge
diff --git a/static/llm/components/banner.md b/static/llm/components/banner.md
index d03b2cf24..a504ee589 100644
--- a/static/llm/components/banner.md
+++ b/static/llm/components/banner.md
@@ -312,6 +312,14 @@ When implementing sticky banners, consider these guidelines:
- **Toast**: Temporary feedback, success/error messages, auto-dismissing notifications
- **Modal**: Critical information requiring user action, complex forms, focused tasks
+## See also
+
+- [Alert](https://flowbite-svelte.com/llm/components/alert.md)
+- [Toast](https://flowbite-svelte.com/llm/components/toast.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+- [Navbar](https://flowbite-svelte.com/llm/components/navbar.md)
+
+
## Component data
### Banner
diff --git a/static/llm/components/bottom-navigation.md b/static/llm/components/bottom-navigation.md
index 9d3894680..4ac57903c 100644
--- a/static/llm/components/bottom-navigation.md
+++ b/static/llm/components/bottom-navigation.md
@@ -453,6 +453,14 @@ When implementing bottom navigation, consider these guidelines:
- **Icon + Label**: Combine icons with text labels for clarity
- **Responsive Design**: Consider hiding or adapting for tablet/desktop views
+## See also
+
+- [Navbar](https://flowbite-svelte.com/llm/components/navbar.md)
+- [Sidebar](https://flowbite-svelte.com/llm/components/sidebar.md)
+- [Tabs](https://flowbite-svelte.com/llm/components/tabs.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+
+
## Component data
### BottomNav
diff --git a/static/llm/components/breadcrumb.md b/static/llm/components/breadcrumb.md
index 73bc6c9cb..c21550b54 100644
--- a/static/llm/components/breadcrumb.md
+++ b/static/llm/components/breadcrumb.md
@@ -212,6 +212,14 @@ For mobile devices, consider these patterns:
- **Vertical Stack**: Stack breadcrumb items vertically if appropriate
- **Icon Only**: Use just a home icon and back arrow on narrow screens
+## See also
+
+- [Navbar](https://flowbite-svelte.com/llm/components/navbar.md)
+- [Sidebar](https://flowbite-svelte.com/llm/components/sidebar.md)
+- [Pagination](https://flowbite-svelte.com/llm/components/pagination.md)
+- [Heading](docs/typography/heading.md)
+
+
## Component data
### Breadcrumb
diff --git a/static/llm/components/button-group.md b/static/llm/components/button-group.md
index 1c15e613e..160c59714 100644
--- a/static/llm/components/button-group.md
+++ b/static/llm/components/button-group.md
@@ -328,6 +328,15 @@ When implementing button groups, consider these guidelines:
- **Responsive**: Adapt layout for different screen sizes
- **Z-index**: Manage layering for hover/focus states
+## See also
+
+- [Button toggle](docs/extend/button-toggle.md)
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Radio#radiobutton](docs/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](docs/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### ButtonGroup
diff --git a/static/llm/components/buttons.md b/static/llm/components/buttons.md
index ad8d3231a..3812c4b8e 100644
--- a/static/llm/components/buttons.md
+++ b/static/llm/components/buttons.md
@@ -465,6 +465,15 @@ Establish clear visual hierarchy with different button types:
**Wizards**: Back (outline) + Next (primary) + Cancel (text)
**CRUD Operations**: Create (green) + Edit (blue) + Delete (red)
+## See also
+
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [Close button](docs/utilities/close-button.md)
+- [Radio#radiobutton](docs/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](docs/forms/checkbox#checkboxbutton.md)
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+
+
## Component data
### Button
diff --git a/static/llm/components/card.md b/static/llm/components/card.md
index bc29a6329..ed9a38490 100644
--- a/static/llm/components/card.md
+++ b/static/llm/components/card.md
@@ -599,6 +599,15 @@ When implementing cards, consider these guidelines:
**Featured + Grid**: Large featured card with smaller cards
**Sidebar**: Narrow cards in sidebar context
+## See also
+
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [Avatar](https://flowbite-svelte.com/llm/components/avatar.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+
+
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
diff --git a/static/llm/components/carousel.md b/static/llm/components/carousel.md
index 7fcec90ba..8a8ffa5d4 100644
--- a/static/llm/components/carousel.md
+++ b/static/llm/components/carousel.md
@@ -449,6 +449,14 @@ Alternatives to consider:
- Simple image galleries with modal zoom
- Static hero images with focused messaging
+## See also
+
+- [Gallery](https://flowbite-svelte.com/llm/components/gallery.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+- [Tabs](https://flowbite-svelte.com/llm/components/tabs.md)
+- [Card](https://flowbite-svelte.com/llm/components/card.md)
+
+
## Component data
### Carousel
diff --git a/static/llm/components/list-group.md b/static/llm/components/list-group.md
index 6e6395a8c..ff2c895b2 100644
--- a/static/llm/components/list-group.md
+++ b/static/llm/components/list-group.md
@@ -172,6 +172,15 @@ When non-standard usage is needed you can omit the `items` props and add element
```
+## See also
+
+- [Button toggle](https://flowbite-svelte.com/llm/extend/button-toggle.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Radio#radiobutton](https://flowbite-svelte.com/llm/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](https://flowbite-svelte.com/llm/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### Listgroup
diff --git a/static/llm/components/progress.md b/static/llm/components/progress.md
index 6971e0156..7ff903390 100644
--- a/static/llm/components/progress.md
+++ b/static/llm/components/progress.md
@@ -199,6 +199,12 @@ Use the `labelInsideDiv` prop to change the color of the progress bar.
```
+## See also
+
+- [Progress](https://flowbite-svelte.com/llm/components/progress.md)
+- [Progressradial](https://flowbite-svelte.com/llm/extend/progressradial.md)
+
+
## Component data
### Progressbar
diff --git a/static/llm/components/tooltip.md b/static/llm/components/tooltip.md
index 04488fc32..4774d3d95 100644
--- a/static/llm/components/tooltip.md
+++ b/static/llm/components/tooltip.md
@@ -172,6 +172,13 @@ When you want to add a fully custom styles, use `type="custom"`, and `class` to
Tooltip content
```
+## See also
+
+- [Popover](https://flowbite-svelte.com/llm/components/popover.md)
+- [Speed dial](https://flowbite-svelte.com/llm/components/speed-dial.md)
+- [Tooltip](https://flowbite-svelte.com/llm/components/tooltip.md)
+
+
## Component data
### Tooltip
diff --git a/static/llm/context-full.txt b/static/llm/context-full.txt
index 35df60943..4fede9966 100644
--- a/static/llm/context-full.txt
+++ b/static/llm/context-full.txt
@@ -1,5 +1,5 @@
# Flowbite Svelte Documentation - Full Context
-# Generated on 2025-11-21T13:19:15.404Z
+# Generated on 2025-11-21T20:07:02.065Z
# This file contains all documentation concatenated in logical order
@@ -1695,6 +1695,13 @@ The Accordion component is built with accessibility in mind:
- **Focus Management**: Clear focus indicators help keyboard users navigate
- **Screen Reader Support**: Expanded/collapsed states are announced to screen reader users
+## See also
+
+- [Tabs](https://flowbite-svelte.com/llm/components/tabs.md)
+- [Dropdown](https://flowbite-svelte.com/llm/components/dropdown.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+
+
## Component data
### Accordion
@@ -2111,6 +2118,14 @@ When using alerts, consider these guidelines:
- **Allow Dismissal**: For non-critical alerts, enable dismissal to reduce clutter
- **Position Wisely**: Place alerts where they're most relevant to the action or content
+## See also
+
+- [Toast](https://flowbite-svelte.com/llm/components/toast.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+- [Banner](https://flowbite-svelte.com/llm/components/banner.md)
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+
+
## Component data
### Alert
@@ -2438,6 +2453,14 @@ When implementing avatars, consider these guidelines:
- **Clickable Areas**: Ensure clickable avatars have adequate touch targets (minimum 44x44px)
- **Privacy**: Consider user privacy preferences when displaying profile pictures
+## See also
+
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+- [Dropdown](https://flowbite-svelte.com/llm/components/dropdown.md)
+- [Tooltip](https://flowbite-svelte.com/llm/components/tooltip.md)
+- [Indicators](https://flowbite-svelte.com/llm/components/indicators.md)
+
+
## Component data
### Avatar
@@ -2839,6 +2862,14 @@ When using badges, consider these guidelines:
- **Consider Context**: Place badges near related content for clarity
- **Readable Contrast**: Ensure text has sufficient contrast against badge background
+## See also
+
+- [Avatar](https://flowbite-svelte.com/llm/components/avatar.md)
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [Indicators](https://flowbite-svelte.com/llm/components/indicators.md)
+- [Alert](https://flowbite-svelte.com/llm/components/alert.md)
+
+
## Component data
### Badge
@@ -3188,6 +3219,14 @@ When implementing sticky banners, consider these guidelines:
- **Toast**: Temporary feedback, success/error messages, auto-dismissing notifications
- **Modal**: Critical information requiring user action, complex forms, focused tasks
+## See also
+
+- [Alert](https://flowbite-svelte.com/llm/components/alert.md)
+- [Toast](https://flowbite-svelte.com/llm/components/toast.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+- [Navbar](https://flowbite-svelte.com/llm/components/navbar.md)
+
+
## Component data
### Banner
@@ -3676,6 +3715,14 @@ When implementing bottom navigation, consider these guidelines:
- **Icon + Label**: Combine icons with text labels for clarity
- **Responsive Design**: Consider hiding or adapting for tablet/desktop views
+## See also
+
+- [Navbar](https://flowbite-svelte.com/llm/components/navbar.md)
+- [Sidebar](https://flowbite-svelte.com/llm/components/sidebar.md)
+- [Tabs](https://flowbite-svelte.com/llm/components/tabs.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+
+
## Component data
### BottomNav
@@ -3964,6 +4011,14 @@ For mobile devices, consider these patterns:
- **Vertical Stack**: Stack breadcrumb items vertically if appropriate
- **Icon Only**: Use just a home icon and back arrow on narrow screens
+## See also
+
+- [Navbar](https://flowbite-svelte.com/llm/components/navbar.md)
+- [Sidebar](https://flowbite-svelte.com/llm/components/sidebar.md)
+- [Pagination](https://flowbite-svelte.com/llm/components/pagination.md)
+- [Heading](docs/typography/heading.md)
+
+
## Component data
### Breadcrumb
@@ -4338,6 +4393,15 @@ When implementing button groups, consider these guidelines:
- **Responsive**: Adapt layout for different screen sizes
- **Z-index**: Manage layering for hover/focus states
+## See also
+
+- [Button toggle](docs/extend/button-toggle.md)
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Radio#radiobutton](docs/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](docs/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### ButtonGroup
@@ -4829,6 +4893,15 @@ Establish clear visual hierarchy with different button types:
**Wizards**: Back (outline) + Next (primary) + Cancel (text)
**CRUD Operations**: Create (green) + Edit (blue) + Delete (red)
+## See also
+
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [Close button](docs/utilities/close-button.md)
+- [Radio#radiobutton](docs/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](docs/forms/checkbox#checkboxbutton.md)
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+
+
## Component data
### Button
@@ -5479,6 +5552,15 @@ When implementing cards, consider these guidelines:
**Featured + Grid**: Large featured card with smaller cards
**Sidebar**: Narrow cards in sidebar context
+## See also
+
+- [Badge](https://flowbite-svelte.com/llm/components/badge.md)
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [Avatar](https://flowbite-svelte.com/llm/components/avatar.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+
+
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
@@ -5944,6 +6026,14 @@ Alternatives to consider:
- Simple image galleries with modal zoom
- Static hero images with focused messaging
+## See also
+
+- [Gallery](https://flowbite-svelte.com/llm/components/gallery.md)
+- [Modal](https://flowbite-svelte.com/llm/components/modal.md)
+- [Tabs](https://flowbite-svelte.com/llm/components/tabs.md)
+- [Card](https://flowbite-svelte.com/llm/components/card.md)
+
+
## Component data
### Carousel
@@ -9987,6 +10077,15 @@ When non-standard usage is needed you can omit the `items` props and add element
```
+## See also
+
+- [Button toggle](https://flowbite-svelte.com/llm/extend/button-toggle.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Radio#radiobutton](https://flowbite-svelte.com/llm/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](https://flowbite-svelte.com/llm/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### Listgroup
@@ -12754,6 +12853,12 @@ Use the `labelInsideDiv` prop to change the color of the progress bar.
```
+## See also
+
+- [Progress](https://flowbite-svelte.com/llm/components/progress.md)
+- [Progressradial](https://flowbite-svelte.com/llm/extend/progressradial.md)
+
+
## Component data
### Progressbar
@@ -18956,6 +19061,13 @@ When you want to add a fully custom styles, use `type="custom"`, and `class` to
Tooltip content
```
+## See also
+
+- [Popover](https://flowbite-svelte.com/llm/components/popover.md)
+- [Speed dial](https://flowbite-svelte.com/llm/components/speed-dial.md)
+- [Tooltip](https://flowbite-svelte.com/llm/components/tooltip.md)
+
+
## Component data
### Tooltip
@@ -20134,6 +20246,13 @@ Add a helper text in addition to the label if you want to show more information
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
@@ -20804,6 +20923,13 @@ If you need a full control over `input` HTML element while still re-using the Fl
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
@@ -21029,6 +21155,14 @@ Use this example as an alternative style to the control buttons example above.
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
+
---
@@ -21360,6 +21494,13 @@ The PhoneInput component provides customizable styling through six distinct clas
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
### PhoneInput
@@ -23750,6 +23891,14 @@ The `size="2xl"` prop can be used to set a large size for the blockquote compone
```
+## See also
+
+- [Heading](https://flowbite-svelte.com/llm/typography/heading.md)
+- [Paragraph](https://flowbite-svelte.com/llm/typography/paragraph.md)
+- [Link](https://flowbite-svelte.com/llm/typography/link.md)
+- [List](https://flowbite-svelte.com/llm/typography/list.md)
+
+
## Component data
### Blockquote
@@ -26028,6 +26177,15 @@ You can use `primary`, `secondary`, `gray`, `red`, `orange`, `amber`, `yellow`,
Selected: {singleValue || "None"}
```
+## See also
+
+- [Button toggle](https://flowbite-svelte.com/llm/extend/button-toggle.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Radio#radiobutton](https://flowbite-svelte.com/llm/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](https://flowbite-svelte.com/llm/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### ButtonToggle
@@ -26069,6 +26227,11 @@ You can use `primary`, `secondary`, `gray`, `red`, `orange`, `amber`, `yellow`,
See [examples](/docs-examples/extend/clipboard-manager) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/clipboard-manager).
+## See also
+
+- [Clipboard](https://flowbite-svelte.com/llm/components/clipboard.md)
+
+
## Component data
### ClipboardManager
@@ -26144,6 +26307,10 @@ See [examples](/docs-examples/extend/command-palette) and [code](https://github.
- classes
+## See also
+
+
+
---
@@ -26637,6 +26804,10 @@ For production, use a proper database (PostgreSQL, MongoDB, Supabase, etc.) with
- onMove: (_card: KanbanCardType, _from: KanbanColumnType, _to: KanbanColumnType) => {
+## See also
+
+
+
---
@@ -26761,6 +26932,12 @@ Import the `Progressradial` component in a script tag.
```
+## See also
+
+- [Progress](https://flowbite-svelte.com/llm/components/progress.md)
+- [Progressradial](https://flowbite-svelte.com/llm/extend/progressradial.md)
+
+
## Component data
### Progressradial
@@ -26831,6 +27008,10 @@ See [examples](/docs-examples/extend/scroll-spy) and [code](https://github.com/t
- classes
+## See also
+
+
+
---
@@ -26903,6 +27084,10 @@ See [examples](/docs-examples/extend/split-pane) and [code](https://github.com/t
- class: className: ""
+## See also
+
+
+
---
@@ -27188,6 +27373,13 @@ Use `disabled` to the `Tags` component.
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
### Tags
@@ -27251,6 +27443,10 @@ See [examples](/docs-examples/extend/tour) and [code](https://github.com/themesb
- oncomplete: () => {
+## See also
+
+
+
---
@@ -27719,6 +27915,11 @@ Enable with `` or override via `classes.item`.
- contained: false
+## See also
+
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+
+
---
@@ -27738,6 +27939,11 @@ Enable with `` or override via `classes.item`.
See [examples](/docs-examples/extend/virtual-masonry) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/virtual-masonry).
+## See also
+
+- [Gallery](https://flowbite-svelte.com/llm/components/gallery.md)
+
+
## Component data
### VirtualMasonry
@@ -27797,6 +28003,16 @@ Use `CloseButton` component to close a component.
{/if}
```
+## See also
+
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Close button](https://flowbite-svelte.com/llm/utilities/close-button.md)
+- [Radio#radiobutton](https://flowbite-svelte.com/llm/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](https://flowbite-svelte.com/llm/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### CloseButton
diff --git a/static/llm/extend/button-toggle.md b/static/llm/extend/button-toggle.md
index c7703157c..fb9b02bcb 100644
--- a/static/llm/extend/button-toggle.md
+++ b/static/llm/extend/button-toggle.md
@@ -407,6 +407,15 @@ You can use `primary`, `secondary`, `gray`, `red`, `orange`, `amber`, `yellow`,
Selected: {singleValue || "None"}
```
+## See also
+
+- [Button toggle](https://flowbite-svelte.com/llm/extend/button-toggle.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Radio#radiobutton](https://flowbite-svelte.com/llm/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](https://flowbite-svelte.com/llm/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### ButtonToggle
diff --git a/static/llm/extend/clipboard-manager.md b/static/llm/extend/clipboard-manager.md
index 71c06f023..45c5a91e9 100644
--- a/static/llm/extend/clipboard-manager.md
+++ b/static/llm/extend/clipboard-manager.md
@@ -13,6 +13,11 @@
See [examples](/docs-examples/extend/clipboard-manager) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/clipboard-manager).
+## See also
+
+- [Clipboard](https://flowbite-svelte.com/llm/components/clipboard.md)
+
+
## Component data
### ClipboardManager
diff --git a/static/llm/extend/command-palette.md b/static/llm/extend/command-palette.md
index 7039f76f4..2c540ded1 100644
--- a/static/llm/extend/command-palette.md
+++ b/static/llm/extend/command-palette.md
@@ -34,3 +34,7 @@ See [examples](/docs-examples/extend/command-palette) and [code](https://github.
- class: className
- classes
+
+## See also
+
+
diff --git a/static/llm/extend/kanban-board.md b/static/llm/extend/kanban-board.md
index 26be0b3d3..1fbfe8d50 100644
--- a/static/llm/extend/kanban-board.md
+++ b/static/llm/extend/kanban-board.md
@@ -451,3 +451,7 @@ For production, use a proper database (PostgreSQL, MongoDB, Supabase, etc.) with
- columns: $bindable([])
- onMove: (_card: KanbanCardType, _from: KanbanColumnType, _to: KanbanColumnType) => {
+
+## See also
+
+
diff --git a/static/llm/extend/progressradial.md b/static/llm/extend/progressradial.md
index 49d6617fa..3f2601748 100644
--- a/static/llm/extend/progressradial.md
+++ b/static/llm/extend/progressradial.md
@@ -118,6 +118,12 @@ Import the `Progressradial` component in a script tag.
```
+## See also
+
+- [Progress](https://flowbite-svelte.com/llm/components/progress.md)
+- [Progressradial](https://flowbite-svelte.com/llm/extend/progressradial.md)
+
+
## Component data
### Progressradial
diff --git a/static/llm/extend/scroll-spy.md b/static/llm/extend/scroll-spy.md
index 7746c0457..bd8685677 100644
--- a/static/llm/extend/scroll-spy.md
+++ b/static/llm/extend/scroll-spy.md
@@ -37,3 +37,7 @@ See [examples](/docs-examples/extend/scroll-spy) and [code](https://github.com/t
- onNavigate
- classes
+
+## See also
+
+
diff --git a/static/llm/extend/split-pane.md b/static/llm/extend/split-pane.md
index c5cbf7349..f21d7df7c 100644
--- a/static/llm/extend/split-pane.md
+++ b/static/llm/extend/split-pane.md
@@ -65,3 +65,7 @@ See [examples](/docs-examples/extend/split-pane) and [code](https://github.com/t
- children
- class: className: ""
+
+## See also
+
+
diff --git a/static/llm/extend/tags.md b/static/llm/extend/tags.md
index e4fc52741..f54cc6c91 100644
--- a/static/llm/extend/tags.md
+++ b/static/llm/extend/tags.md
@@ -101,6 +101,13 @@ Use `disabled` to the `Tags` component.
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
### Tags
diff --git a/static/llm/extend/tour.md b/static/llm/extend/tour.md
index 3da6da985..bbabaca58 100644
--- a/static/llm/extend/tour.md
+++ b/static/llm/extend/tour.md
@@ -29,3 +29,7 @@ See [examples](/docs-examples/extend/tour) and [code](https://github.com/themesb
- currentStep: $bindable(0)
- oncomplete: () => {
+
+## See also
+
+
diff --git a/static/llm/extend/virtual-list.md b/static/llm/extend/virtual-list.md
index 79c26a966..d081a4dbf 100644
--- a/static/llm/extend/virtual-list.md
+++ b/static/llm/extend/virtual-list.md
@@ -461,3 +461,8 @@ Enable with `` or override via `classes.item`.
- classes
- contained: false
+
+## See also
+
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+
diff --git a/static/llm/extend/virtual-masonry.md b/static/llm/extend/virtual-masonry.md
index ee4264ff6..25f41f4c1 100644
--- a/static/llm/extend/virtual-masonry.md
+++ b/static/llm/extend/virtual-masonry.md
@@ -13,6 +13,11 @@
See [examples](/docs-examples/extend/virtual-masonry) and [code](https://github.com/themesberg/flowbite-svelte/tree/main/src/routes/docs-examples/extend/virtual-masonry).
+## See also
+
+- [Gallery](https://flowbite-svelte.com/llm/components/gallery.md)
+
+
## Component data
### VirtualMasonry
diff --git a/static/llm/forms/floating-label.md b/static/llm/forms/floating-label.md
index b7340beba..9d0fd392a 100644
--- a/static/llm/forms/floating-label.md
+++ b/static/llm/forms/floating-label.md
@@ -288,6 +288,13 @@ Add a helper text in addition to the label if you want to show more information
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
diff --git a/static/llm/forms/input-field.md b/static/llm/forms/input-field.md
index 72442cf1b..f9d5a365a 100644
--- a/static/llm/forms/input-field.md
+++ b/static/llm/forms/input-field.md
@@ -654,6 +654,13 @@ If you need a full control over `input` HTML element while still re-using the Fl
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
The component has the following props, type, and default values. See [types page](/docs/pages/typescript) for type information.
diff --git a/static/llm/forms/number-input.md b/static/llm/forms/number-input.md
index 3a3c73fa7..202a7dd6d 100644
--- a/static/llm/forms/number-input.md
+++ b/static/llm/forms/number-input.md
@@ -207,3 +207,11 @@ Use this example as an alternative style to the control buttons example above.
```
+
+
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
diff --git a/static/llm/forms/phone-input.md b/static/llm/forms/phone-input.md
index 5bc31cf23..83ac066ea 100644
--- a/static/llm/forms/phone-input.md
+++ b/static/llm/forms/phone-input.md
@@ -326,6 +326,13 @@ The PhoneInput component provides customizable styling through six distinct clas
```
+## See also
+
+- [Input field](https://flowbite-svelte.com/llm/forms/input-field.md)
+- [Floating label](https://flowbite-svelte.com/llm/forms/floating-label.md)
+- [Tags](https://flowbite-svelte.com/llm/extend/tags.md)
+
+
## Component data
### PhoneInput
diff --git a/static/llm/typography/blockquote.md b/static/llm/typography/blockquote.md
index 834653eff..68908813c 100644
--- a/static/llm/typography/blockquote.md
+++ b/static/llm/typography/blockquote.md
@@ -226,6 +226,14 @@ The `size="2xl"` prop can be used to set a large size for the blockquote compone
```
+## See also
+
+- [Heading](https://flowbite-svelte.com/llm/typography/heading.md)
+- [Paragraph](https://flowbite-svelte.com/llm/typography/paragraph.md)
+- [Link](https://flowbite-svelte.com/llm/typography/link.md)
+- [List](https://flowbite-svelte.com/llm/typography/list.md)
+
+
## Component data
### Blockquote
diff --git a/static/llm/utilities/close-button.md b/static/llm/utilities/close-button.md
index 8c4cb82bf..ea7b96d6c 100644
--- a/static/llm/utilities/close-button.md
+++ b/static/llm/utilities/close-button.md
@@ -26,6 +26,16 @@ Use `CloseButton` component to close a component.
{/if}
```
+## See also
+
+- [Buttons](https://flowbite-svelte.com/llm/components/buttons.md)
+- [Button group](https://flowbite-svelte.com/llm/components/button-group.md)
+- [List group](https://flowbite-svelte.com/llm/components/list-group.md)
+- [Close button](https://flowbite-svelte.com/llm/utilities/close-button.md)
+- [Radio#radiobutton](https://flowbite-svelte.com/llm/forms/radio#radiobutton.md)
+- [Checkbox#checkboxbutton](https://flowbite-svelte.com/llm/forms/checkbox#checkboxbutton.md)
+
+
## Component data
### CloseButton
From b0e5704da7d534b7e33128f93df20508a6370481 Mon Sep 17 00:00:00 2001
From: Shinichi Okada <147320+shinokada@users.noreply.github.com>
Date: Fri, 21 Nov 2025 21:18:14 +0100
Subject: [PATCH 4/4] fix: coderabbitai fix
---
src/routes/docs/components/breadcrumb.md | 2 +-
src/routes/docs/components/button-group.md | 6 +++---
src/routes/docs/components/buttons.md | 6 +++---
src/routes/docs/extend/tags.md | 2 +-
src/routes/docs/forms/input-field.md | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/routes/docs/components/breadcrumb.md b/src/routes/docs/components/breadcrumb.md
index 9bf2b89f2..e6827bbef 100644
--- a/src/routes/docs/components/breadcrumb.md
+++ b/src/routes/docs/components/breadcrumb.md
@@ -16,7 +16,7 @@ thumnailSize: w-64
'/docs/components/navbar',
'/docs/components/sidebar',
'/docs/components/pagination',
- 'docs/typography/heading'
+ '/docs/typography/heading'
];
diff --git a/src/routes/docs/components/button-group.md b/src/routes/docs/components/button-group.md
index dbe818223..58661b5d5 100644
--- a/src/routes/docs/components/button-group.md
+++ b/src/routes/docs/components/button-group.md
@@ -12,11 +12,11 @@ description: Button groups are a Tailwind CSS powered set of buttons sticked tog
import { Badge, P, A } from '$lib'
const dirName = 'buttongroup'
const relatedLinks = [
- 'docs/extend/button-toggle',
+ '/docs/extend/button-toggle',
'/docs/components/buttons',
'/docs/components/list-group',
- 'docs/forms/radio#radiobutton',
- 'docs/forms/checkbox#checkboxbutton'
+ '/docs/forms/radio#radiobutton',
+ '/docs/forms/checkbox#checkboxbutton'
];
diff --git a/src/routes/docs/components/buttons.md b/src/routes/docs/components/buttons.md
index ea6973ca9..542dd9963 100644
--- a/src/routes/docs/components/buttons.md
+++ b/src/routes/docs/components/buttons.md
@@ -15,9 +15,9 @@ thumnailSize: w-24
const relatedLinks = [
'/docs/components/button-group',
- 'docs/utilities/close-button',
- 'docs/forms/radio#radiobutton',
- 'docs/forms/checkbox#checkboxbutton',
+ '/docs/utilities/close-button',
+ '/docs/forms/radio#radiobutton',
+ '/docs/forms/checkbox#checkboxbutton',
'/docs/components/badge'
];
diff --git a/src/routes/docs/extend/tags.md b/src/routes/docs/extend/tags.md
index c0b3d8df1..0bb710e9f 100644
--- a/src/routes/docs/extend/tags.md
+++ b/src/routes/docs/extend/tags.md
@@ -12,7 +12,7 @@ description: A customizable tag input component that allows users to enter multi
import { P, A } from '$lib'
const components = 'Tags'
const dirName = "forms/tags"
- const relatedLinks = ['/docs/forms/input-field','/docs/forms/floating-label', '/docs/extend/tags' ]
+ const relatedLinks = ['/docs/forms/input-field','/docs/forms/floating-label' ]
The Tags.svelte component is a flexible tag input field that lets users add and manage multiple tags. It supports adding tags with Enter, removing them with Backspace or close buttons, and offers customizable styling options. The component handles keyboard navigation and maintains a reactive array of tag values that can be bound to a parent component.
diff --git a/src/routes/docs/forms/input-field.md b/src/routes/docs/forms/input-field.md
index 5ed6804e4..857f30e2a 100644
--- a/src/routes/docs/forms/input-field.md
+++ b/src/routes/docs/forms/input-field.md
@@ -12,7 +12,7 @@ description: Get started with a collection of input fields built with Tailwind C
import { A } from '$lib'
const components = 'Input, InputAddon'
- const relatedLinks = ['/docs/forms/input-field','/docs/forms/floating-label', '/docs/extend/tags' ]
+ const relatedLinks = ['/docs/forms/floating-label', '/docs/extend/tags' ]
The input field is an important part of the form element that can be used to create interactive controls to accept data from the user based on multiple input types, such as text, email, number, password, URL, phone number, and more.