avatar
UI
Components
Changelog
LobeHub UI
Antd Components
Lucide Icons
CSSinJS
Ctrl
K
Chat
ChatInputArea
ChatItem
EditableMessage
Data Display
Card
ChatMarkdown
CollapseGroup
Descriptions
Highlighter
JsonViewer
LogViewer
ProCard
RichTextEditor
Status
Table
Tree
Data Entry
CodeEditor
Form
Mentions
MonacoEditor
SelectCard
SliderInput
Feedback
Alert
DragPanel
Drawer
Modal
Notification
General
Breadcrumb
Typography
WaveformIcon
Layout
Divider
Page
Navigation
ButtonGroup
Dropdown
Theme
ConfigProvider
Logo
TTS
useSpeechSynthes
Utils
FormHelper

Descriptions

Display multiple read-only fields in a group.

import { Descriptions } from '@yuntijs/ui';
NPM
UNPKG
BundlePhobia
PackagePhobia
Anvaka Graph
Source
Edit
Previous
CollapseGroup
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-2026
Made with ☁️ by YuntiJS
LobeHub

Usage

based on antd Descriptions component.

Simple usage

JSX
import { Descriptions } from '@yuntijs/ui';

export default () => {
  return (
    <Descriptions
      title="YuntiUI"
      column={2}
      colon={false}
      labelStyle={{ width: 120 }}
      items={[
        {
          key: 'Themeable',
          label: 'Themeable',
          children: 'Customize default themes',
        },
        {
          key: 'Fast',
          label: 'Fast',
          children: 'voids unnecessary styles props',
        },
        {
          key: 'Light & Dark UI',
          label: 'Light & Dark UI',
          children: 'Automatic dark mode recognition',
        },
      ]}
    />
  );
};

Playground

APIs

NameDescriptionTypeDefault
prefixCls--string--
className--string--
rootClassName--string--
style--{}--
bordered--boolean--
size--"small"|"middle"|"default"--
children--ReactNode--
title--ReactNode--
extra--ReactNode--
column--number|Partial___type--
layout--"vertical"|"horizontal"--
colon--boolean--
labelStyle--{}--
contentStyle--{}--
styles--{root?:any;title?:any;content?:any;header?:any;extra?:any;label?:any}--
classNames--{root?:any;title?:any;content?:any;header?:any;extra?:any;label?:any}--
items--DescriptionsItemType[]--
id--string--
borderedBottom--boolean--
borderedBottomDashed--boolean--
borderedTop--boolean--
borderedTopDashed--boolean--
YuntiUI
ThemeableCustomize default themes
Fastvoids unnecessary styles props
Light & Dark UIAutomatic dark mode recognition
YuntiUI
extra
ThemeableCustomize default themes
Fastvoids unnecessary styles props
Light & Dark UIAutomatic dark mode recognition