FunctionTransition({
ref,
duration = '100ms',
easing = 'ease-in-out',
delay,
property = 'all',
children,
className
packages/ui/src/components/primitives/Transition/index.tsx:114
FunctionVersion({
prefix = 'dev',
year = dayjs().year(),
week,
liCount,
isLatest,
children
}: {
prefix?: string
docs/src/contents/04.progress/components/Version.tsx:10
FunctionViewModeSelector({
currentMode,
size = 'default',
onModeChange,
options,
...rest
}: ViewModeSelectorProps<T, TKey>)
packages/ui/src/components/data-display/ViewModeSelector/index.tsx:25
FunctionWidget({
icon,
iconColor,
title,
description,
children,
actionComponent: componentBesideTitle,
namespa
packages/ui/src/components/data-display/Widget/index.tsx:46
FunctionWithDivide({
ref,
axis = 'y',
color = { base: 'bg-200', dark: colorWithOpacity('bg-700', '50%') },
children,
.
packages/ui/src/components/primitives/WithDivide/index.tsx:21
FunctionWithQueryData({
controller,
queryOptions,
children,
showLoading = true,
showRetryButton = true,
loaderSize
}: {
packages/ui/src/components/utilities/WithQueryData/index.tsx:7
Function_Header({
searchQuery,
setSearchQuery,
setCurrentIconSet,
selectedCategory,
setSelectedCategory,
iconFilt
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSetList/components/Header.tsx:16
Function_InputLabel({
label,
active,
required = false,
hasError = false,
className,
style
}: InputLabelProps)
packages/ui/src/components/inputs/shared/components/InputLabel/index.tsx:21
Function_ModalHeader({
title,
icon,
onClose,
className = '',
hasAI = false,
appendTitle,
namespace = 'common.modals'
packages/ui/src/components/overlays/modals/ModalHeader/index.tsx:23
Function_TextInput({
variant = 'classic',
size = 'default',
label,
icon,
placeholder,
value,
onChange,
onRawChan
packages/ui/src/components/inputs/TextInput/index.tsx:43