LobeChatLobeHub
UI
Components
Chat
Mobile
Awesome
Brand
Mdx
Icons
Color
Changelog
Ctrl
K
General
ActionIcon
ActionIconGroup
Block
Button
Icon
Data Display
Avatar
Collapse
FileTypeIcon
FluentEmoji
GuideCard
Highlighter
Hotkey
Image
List
Markdown
MaterialFileTypeIcon
Mermaid
Segmented
Snippet
SortableList
Tag
Tooltip
Video
Data Entry
AutoComplete
CodeEditor
ColorSwatches
CopyButton
DatePicker
EditableText
EmojiPicker
Form
FormModal
HotkeyInput
ImageSelect
Input
SearchBar
Select
SliderWithInput
ThemeSwitch
Feedback
Alert
Drawer
Modal
Layout
DraggablePanel
Footer
Grid
Header
Layout
MaskShadow
ScrollShadow
Navigation
Burger
Dropdown
Menu
SideNav
Tabs
Toc
Theme
ConfigProvider
FontLoader
ThemeProvider

GuideCard

GuideCard is a component used to display visual guides, introductory content, or instructional information with an optional cover image, title, and description. It supports various visual styles, closable functionality, and customization options.

import { GuideCard } from '@lobehub/ui';
NPM
UNPKG
BundlePhobia
PackagePhobia
Anvaka Graph
Source
Edit
Previous
FluentEmoji
Next
Highlighter

Resources

Lobe UI-AIGC Components
Lobe Icon-AI / LLM Icon Collection
Lobe Charts-Modern Charts
Lobe TTS-TTS / STT Library

Community

Report Bug
Request Feature

Help

GitHub
Changelog

More Products

🤯 Lobe Chat-AI / LLM Chat Framework
🧸 Lobe Vidol-Virtual Idols for EveryOne
🅰️ Lobe Theme-Stable Diffusion Extension
🌐 Lobe i18n-AI i18next CLI
Copyright © 2022-2025
Made with 🤯 by LobeHub
LobeHub

Default

APIs

PropertyDescriptionTypeDefault
titleTitle contentReactNode-
descDescription contentReactNode-
coverURL of the cover imagestring-
altAlt text for the cover imagestring-
closableWhether the card can be closedbooleanfalse
onCloseCallback when the close button is clicked(e: MouseEvent) => void-
afterCloseCallback after the card is closed() => void-
closeIconPropsProps for the close icon buttonOmit<ActionIconProps, 'icon' | 'onClick'>-
variantVisual style variant'filled' | 'outlined' | 'borderless'-
shadowWhether to display shadowbooleanfalse
widthWidth of the cardnumber-
heightHeight of the cardnumber-
coverPropsProps for the cover image componentImgProps & ImageProps & { priority?: boolean }-
classNamesCustom class names{ content?: string; cover?: string; }-
stylesCustom styles{ content?: CSSProperties; cover?: CSSProperties; }-

Additional props are inherited from FlexboxProps from the react-layout-kit library.

Title
Description