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

ImageSelect

ImageSelect allows users to choose an option from a list of images. It's ideal for visual selection interfaces where images better represent options than text.

import { ImageSelect } from '@lobehub/ui';
NPM
UNPKG
BundlePhobia
PackagePhobia
Anvaka Graph
Source
Edit
Previous
HotkeyInput
Next
Input

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

ImageSelect

PropertyDescriptionTypeDefault
valueCurrently selected valuestring-
defaultValueDefault selected valuestring-
optionsArray of image optionsImageSelectItem[]-
onChangeCallback when selection changes(value: string) => void-
widthWidth of each imagenumber144
heightHeight of each imagenumber86
unoptimizedDisable image optimization for Next.jsbooleanfalse
classNamesCustom class names{ img?: string }-
stylesCustom styles{ img?: CSSProperties }-

Additionally, ImageSelect accepts all properties from Flexbox component.

ImageSelectItem

PropertyDescriptionTypeDefault
valueUnique identifier for the optionstring-
labelDisplay text for the optionReactNode-
imgImage URLstring-
iconOptional icon to displayIconProps['icon']-
altAlternative text for the imagestring-
a
A
b
B