Namespace: component
molecule.component
Enumerations
Classes
Interfaces
- IActionBarItemProps
- IActionBarProps
- IBreadcrumbItemProps
- IBreadcrumbProps
- IButtonProps
- ICheckboxProps
- ICollapseProps
- IContextMenuProps
- IContextView
- IContextViewProps
- IDisplayProps
- IDropDownProps
- IIconProps
- IInputProps
- IItemProps
- IListProps
- IMenuItemProps
- IModalFuncProps
- IModalProps
- IMonacoEditorProps
- IScrollbarProps
- ISearchProps
- ISelectOptionProps
- ISelectProps
- ISubMenuProps
- ITabProps
- ITabsProps
- ITextAreaProps
- IToolTipProps
- IToolbarProps
- ITreeNodeItemProps
- ITreeProps
Type aliases
IMenuProps
Ƭ IMenuProps: ISubMenuProps
Defined in
src/components/menu/menu.tsx:26
TabsType
Ƭ TabsType: "line"
| "card"
Defined in
src/components/tabs/index.tsx:16
Variables
DropDown
• DropDown: ForwardRefExoticComponent
<Pick
<IDropDownProps
, "children"
| "slot"
| "style"
| "title"
| "overlay"
| "trigger"
| "placement"
| "key"
| "defaultChecked"
| "defaultValue"
| "suppressContentEditableWarning"
| "suppressHydrationWarning"
| "accessKey"
| "className"
| "contentEditable"
| "contextMenu"
| "dir"
| "draggable"
| "hidden"
| "id"
| "lang"
| "placeholder"
| "spellCheck"
| "tabIndex"
| "translate"
| "radioGroup"
| "role"
| "about"
| "datatype"
| "inlist"
| "prefix"
| "property"
| "resource"
| "typeof"
| "vocab"
| "autoCapitalize"
| "autoCorrect"
| "autoSave"
| "color"
| "itemProp"
| "itemScope"
| "itemType"
| "itemID"
| "itemRef"
| "results"
| "security"
| "unselectable"
| "inputMode"
| "is"
| "aria-activedescendant"
| "aria-atomic"
| "aria-autocomplete"
| "aria-busy"
| "aria-checked"
| "aria-colcount"
| "aria-colindex"
| "aria-colspan"
| "aria-controls"
| "aria-current"
| "aria-describedby"
| "aria-details"
| "aria-disabled"
| "aria-dropeffect"
| "aria-errormessage"
| "aria-expanded"
| "aria-flowto"
| "aria-grabbed"
| "aria-haspopup"
| "aria-hidden"
| "aria-invalid"
| "aria-keyshortcuts"
| "aria-label"
| "aria-labelledby"
| "aria-level"
| "aria-live"
| "aria-modal"
| "aria-multiline"
| "aria-multiselectable"
| "aria-orientation"
| "aria-owns"
| "aria-placeholder"
| "aria-posinset"
| "aria-pressed"
| "aria-readonly"
| "aria-relevant"
| "aria-required"
| "aria-roledescription"
| "aria-rowcount"
| "aria-rowindex"
| "aria-rowspan"
| "aria-selected"
| "aria-setsize"
| "aria-sort"
| "aria-valuemax"
| "aria-valuemin"
| "aria-valuenow"
| "aria-valuetext"
| "dangerouslySetInnerHTML"
| "onCopy"
| "onCopyCapture"
| "onCut"
| "onCutCapture"
| "onPaste"
| "onPasteCapture"
| "onCompositionEnd"
| "onCompositionEndCapture"
| "onCompositionStart"
| "onCompositionStartCapture"
| "onCompositionUpdate"
| "onCompositionUpdateCapture"
| "onFocus"
| "onFocusCapture"
| "onBlur"
| "onBlurCapture"
| "onChange"
| "onChangeCapture"
| "onBeforeInput"
| "onBeforeInputCapture"
| "onInput"
| "onInputCapture"
| "onReset"
| "onResetCapture"
| "onSubmit"
| "onSubmitCapture"
| "onInvalid"
| "onInvalidCapture"
| "onLoad"
| "onLoadCapture"
| "onError"
| "onErrorCapture"
| "onKeyDown"
| "onKeyDownCapture"
| "onKeyPress"
| "onKeyPressCapture"
| "onKeyUp"
| "onKeyUpCapture"
| "onAbort"
| "onAbortCapture"
| "onCanPlay"
| "onCanPlayCapture"
| "onCanPlayThrough"
| "onCanPlayThroughCapture"
| "onDurationChange"
| "onDurationChangeCapture"
| "onEmptied"
| "onEmptiedCapture"
| "onEncrypted"
| "onEncryptedCapture"
| "onEnded"
| "onEndedCapture"
| "onLoadedData"
| "onLoadedDataCapture"
| "onLoadedMetadata"
| "onLoadedMetadataCapture"
| "onLoadStart"
| "onLoadStartCapture"
| "onPause"
| "onPauseCapture"
| "onPlay"
| "onPlayCapture"
| "onPlaying"
| "onPlayingCapture"
| "onProgress"
| "onProgressCapture"
| "onRateChange"
| "onRateChangeCapture"
| "onSeeked"
| "onSeekedCapture"
| "onSeeking"
| "onSeekingCapture"
| "onStalled"
| "onStalledCapture"
| "onSuspend"
| "onSuspendCapture"
| "onTimeUpdate"
| "onTimeUpdateCapture"
| "onVolumeChange"
| "onVolumeChangeCapture"
| "onWaiting"
| "onWaitingCapture"
| "onAuxClick"
| "onAuxClickCapture"
| "onClick"
| "onClickCapture"
| "onContextMenu"
| "onContextMenuCapture"
| "onDoubleClick"
| "onDoubleClickCapture"
| "onDrag"
| "onDragCapture"
| "onDragEnd"
| "onDragEndCapture"
| "onDragEnter"
| "onDragEnterCapture"
| "onDragExit"
| "onDragExitCapture"
| "onDragLeave"
| "onDragLeaveCapture"
| "onDragOver"
| "onDragOverCapture"
| "onDragStart"
| "onDragStartCapture"
| "onDrop"
| "onDropCapture"
| "onMouseDown"
| "onMouseDownCapture"
| "onMouseEnter"
| "onMouseLeave"
| "onMouseMove"
| "onMouseMoveCapture"
| "onMouseOut"
| "onMouseOutCapture"
| "onMouseOver"
| "onMouseOverCapture"
| "onMouseUp"
| "onMouseUpCapture"
| "onSelect"
| "onSelectCapture"
| "onTouchCancel"
| "onTouchCancelCapture"
| "onTouchEnd"
| "onTouchEndCapture"
| "onTouchMove"
| "onTouchMoveCapture"
| "onTouchStart"
| "onTouchStartCapture"
| "onPointerDown"
| "onPointerDownCapture"
| "onPointerMove"
| "onPointerMoveCapture"
| "onPointerUp"
| "onPointerUpCapture"
| "onPointerCancel"
| "onPointerCancelCapture"
| "onPointerEnter"
| "onPointerEnterCapture"
| "onPointerLeave"
| "onPointerLeaveCapture"
| "onPointerOver"
| "onPointerOverCapture"
| "onPointerOut"
| "onPointerOutCapture"
| "onGotPointerCapture"
| "onGotPointerCaptureCapture"
| "onLostPointerCapture"
| "onLostPointerCaptureCapture"
| "onScroll"
| "onScrollCapture"
| "onWheel"
| "onWheelCapture"
| "onAnimationStart"
| "onAnimationStartCapture"
| "onAnimationEnd"
| "onAnimationEndCapture"
| "onAnimationIteration"
| "onAnimationIterationCapture"
| "onTransitionEnd"
| "onTransitionEndCapture"
| "css"
> & RefAttributes
<DropDownRef
>>
Defined in
src/components/dropdown/index.tsx:23
Menu
• Menu: ForwardRefExoticComponent
<Pick
<PropsWithChildren
<ISubMenuProps
>, string
| number
> & RefAttributes
<MenuRef
>>
Defined in
src/components/menu/menu.tsx:233
Modal
• Modal: ModalType
Defined in
src/components/dialog/index.tsx:20
Scrollable
• Scrollable: ForwardRefExoticComponent
<Pick
<IScrollbarProps
, "children"
| "cite"
| "data"
| "form"
| "label"
| "slot"
| "span"
| "style"
| "summary"
| "title"
| "pattern"
| "list"
| "step"
| "key"
| "defaultChecked"
| "defaultValue"
| "suppressContentEditableWarning"
| "suppressHydrationWarning"
| "accessKey"
| "className"
| "contentEditable"
| "contextMenu"
| "dir"
| "draggable"
| "hidden"
| "id"
| "lang"
| "placeholder"
| "spellCheck"
| "tabIndex"
| "translate"
| "radioGroup"
| "role"
| "about"
| "datatype"
| "inlist"
| "prefix"
| "property"
| "resource"
| "typeof"
| "vocab"
| "autoCapitalize"
| "autoCorrect"
| "autoSave"
| "color"
| "itemProp"
| "itemScope"
| "itemType"
| "itemID"
| "itemRef"
| "results"
| "security"
| "unselectable"
| "inputMode"
| "is"
| "aria-activedescendant"
| "aria-atomic"
| "aria-autocomplete"
| "aria-busy"
| "aria-checked"
| "aria-colcount"
| "aria-colindex"
| "aria-colspan"
| "aria-controls"
| "aria-current"
| "aria-describedby"
| "aria-details"
| "aria-disabled"
| "aria-dropeffect"
| "aria-errormessage"
| "aria-expanded"
| "aria-flowto"
| "aria-grabbed"
| "aria-haspopup"
| "aria-hidden"
| "aria-invalid"
| "aria-keyshortcuts"
| "aria-label"
| "aria-labelledby"
| "aria-level"
| "aria-live"
| "aria-modal"
| "aria-multiline"
| "aria-multiselectable"
| "aria-orientation"
| "aria-owns"
| "aria-placeholder"
| "aria-posinset"
| "aria-pressed"
| "aria-readonly"
| "aria-relevant"
| "aria-required"
| "aria-roledescription"
| "aria-rowcount"
| "aria-rowindex"
| "aria-rowspan"
| "aria-selected"
| "aria-setsize"
| "aria-sort"
| "aria-valuemax"
| "aria-valuemin"
| "aria-valuenow"
| "aria-valuetext"
| "dangerouslySetInnerHTML"
| "onCopy"
| "onCopyCapture"
| "onCut"
| "onCutCapture"
| "onPaste"
| "onPasteCapture"
| "onCompositionEnd"
| "onCompositionEndCapture"
| "onCompositionStart"
| "onCompositionStartCapture"
| "onCompositionUpdate"
| "onCompositionUpdateCapture"
| "onFocus"
| "onFocusCapture"
| "onBlur"
| "onBlurCapture"
| "onChange"
| "onChangeCapture"
| "onBeforeInput"
| "onBeforeInputCapture"
| "onInput"
| "onInputCapture"
| "onReset"
| "onResetCapture"
| "onSubmit"
| "onSubmitCapture"
| "onInvalid"
| "onInvalidCapture"
| "onLoad"
| "onLoadCapture"
| "onError"
| "onErrorCapture"
| "onKeyDown"
| "onKeyDownCapture"
| "onKeyPress"
| "onKeyPressCapture"
| "onKeyUp"
| "onKeyUpCapture"
| "onAbort"
| "onAbortCapture"
| "onCanPlay"
| "onCanPlayCapture"
| "onCanPlayThrough"
| "onCanPlayThroughCapture"
| "onDurationChange"
| "onDurationChangeCapture"
| "onEmptied"
| "onEmptiedCapture"
| "onEncrypted"
| "onEncryptedCapture"
| "onEnded"
| "onEndedCapture"
| "onLoadedData"
| "onLoadedDataCapture"
| "onLoadedMetadata"
| "onLoadedMetadataCapture"
| "onLoadStart"
| "onLoadStartCapture"
| "onPause"
| "onPauseCapture"
| "onPlay"
| "onPlayCapture"
| "onPlaying"
| "onPlayingCapture"
| "onProgress"
| "onProgressCapture"
| "onRateChange"
| "onRateChangeCapture"
| "onSeeked"
| "onSeekedCapture"
| "onSeeking"
| "onSeekingCapture"
| "onStalled"
| "onStalledCapture"
| "onSuspend"
| "onSuspendCapture"
| "onTimeUpdate"
| "onTimeUpdateCapture"
| "onVolumeChange"
| "onVolumeChangeCapture"
| "onWaiting"
| "onWaitingCapture"
| "onAuxClick"
| "onAuxClickCapture"
| "onClick"
| "onClickCapture"
| "onContextMenu"
| "onContextMenuCapture"
| "onDoubleClick"
| "onDoubleClickCapture"
| "onDrag"
| "onDragCapture"
| "onDragEnd"
| "onDragEndCapture"
| "onDragEnter"
| "onDragEnterCapture"
| "onDragExit"
| "onDragExitCapture"
| "onDragLeave"
| "onDragLeaveCapture"
| "onDragOver"
| "onDragOverCapture"
| "onDragStart"
| "onDragStartCapture"
| "onDrop"
| "onDropCapture"
| "onMouseDown"
| "onMouseDownCapture"
| "onMouseEnter"
| "onMouseLeave"
| "onMouseMove"
| "onMouseMoveCapture"
| "onMouseOut"
| "onMouseOutCapture"
| "onMouseOver"
| "onMouseOverCapture"
| "onMouseUp"
| "onMouseUpCapture"
| "onSelect"
| "onSelectCapture"
| "onTouchCancel"
| "onTouchCancelCapture"
| "onTouchEnd"
| "onTouchEndCapture"
| "onTouchMove"
| "onTouchMoveCapture"
| "onTouchStart"
| "onTouchStartCapture"
| "onPointerDown"
| "onPointerDownCapture"
| "onPointerMove"
| "onPointerMoveCapture"
| "onPointerUp"
| "onPointerUpCapture"
| "onPointerCancel"
| "onPointerCancelCapture"
| "onPointerEnter"
| "onPointerEnterCapture"
| "onPointerLeave"
| "onPointerLeaveCapture"
| "onPointerOver"
| "onPointerOverCapture"
| "onPointerOut"
| "onPointerOutCapture"
| "onGotPointerCapture"
| "onGotPointerCaptureCapture"
| "onLostPointerCapture"
| "onLostPointerCaptureCapture"
| "onScroll"
| "onScrollCapture"
| "onWheel"
| "onWheelCapture"
| "onAnimationStart"
| "onAnimationStartCapture"
| "onAnimationEnd"
| "onAnimationEndCapture"
| "onAnimationIteration"
| "onAnimationIterationCapture"
| "onTransitionEnd"
| "onTransitionEndCapture"
| "css"
| "type"
| "maxLength"
| "autoComplete"
| "autoFocus"
| "cols"
| "disabled"
| "minLength"
| "name"
| "readOnly"
| "required"
| "rows"
| "value"
| "wrap"
| "size"
| "accept"
| "alt"
| "capture"
| "checked"
| "crossOrigin"
| "formAction"
| "formEncType"
| "formMethod"
| "formNoValidate"
| "formTarget"
| "height"
| "max"
| "min"
| "multiple"
| "src"
| "width"
| "isShowShadow"
| "trackStyle"
| "thumbStyle"
| "acceptCharset"
| "action"
| "allowFullScreen"
| "allowTransparency"
| "as"
| "async"
| "autoPlay"
| "cellPadding"
| "cellSpacing"
| "charSet"
| "challenge"
| "classID"
| "colSpan"
| "content"
| "controls"
| "coords"
| "dateTime"
| "default"
| "defer"
| "download"
| "encType"
| "frameBorder"
| "headers"
| "high"
| "href"
| "hrefLang"
| "htmlFor"
| "httpEquiv"
| "integrity"
| "keyParams"
| "keyType"
| "kind"
| "loop"
| "low"
| "manifest"
| "marginHeight"
| "marginWidth"
| "media"
| "mediaGroup"
| "method"
| "muted"
| "nonce"
| "noValidate"
| "open"
| "optimum"
| "playsInline"
| "poster"
| "preload"
| "rel"
| "reversed"
| "rowSpan"
| "sandbox"
| "scope"
| "scoped"
| "scrolling"
| "seamless"
| "selected"
| "shape"
| "sizes"
| "srcDoc"
| "srcLang"
| "srcSet"
| "start"
| "target"
| "useMap"
| "wmode"
| "elementRef"
| "renderer"
| "createContext"
| "rtl"
| "momentum"
| "native"
| "mobileNative"
| "noScrollX"
| "noScrollY"
| "noScroll"
| "permanentTrackX"
| "permanentTrackY"
| "permanentTracks"
| "removeTracksWhenNotUsed"
| "removeTrackYWhenNotUsed"
| "removeTrackXWhenNotUsed"
| "minimalThumbSize"
| "maximalThumbSize"
| "minimalThumbXSize"
| "maximalThumbXSize"
| "minimalThumbYSize"
| "maximalThumbYSize"
| "scrollbarWidth"
| "fallbackScrollbarWidth"
| "scrollTop"
| "scrollLeft"
| "scrollDetectionThreshold"
| "translateContentSizesToHolder"
| "translateContentSizeYToHolder"
| "translateContentSizeXToHolder"
| "noDefaultStyles"
| "disableTracksMousewheelScrolling"
| "disableTrackXMousewheelScrolling"
| "disableTrackYMousewheelScrolling"
| "disableTracksWidthCompensation"
| "disableTrackXWidthCompensation"
| "disableTrackYWidthCompensation"
| "trackClickBehavior"
| "wrapperProps"
| "scrollerProps"
| "contentProps"
| "trackXProps"
| "trackYProps"
| "thumbXProps"
| "thumbYProps"
| "onUpdate"
| "onScrollStart"
| "onScrollStop"
> & RefAttributes
<default
>>
The react-scrollbars-custom component default not supports auto hide thumb option, the below implementation from this issue: https://github.com/xobotyi/react-scrollbars-custom/issues/46
Defined in
src/components/scrollable/index.tsx:18
Functions
ActionBar
▸ ActionBar<T
>(props
): Element
Type parameters
Name | Type |
---|---|
T | any |
Parameters
Name | Type |
---|---|
props | IActionBarProps <T > |
Returns
Element
Defined in
src/components/actionBar/index.tsx:126
ActionBarItem
▸ ActionBarItem(props
): Element
Parameters
Name | Type |
---|---|
props | IActionBarItemProps <any > |
Returns
Element
Defined in
src/components/actionBar/index.tsx:55
Breadcrumb
▸ Breadcrumb(props
): Element
Parameters
Name | Type |
---|---|
props | IBreadcrumbProps |
Returns
Element
Defined in
src/components/breadcrumb/index.tsx:30
Button
▸ Button(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IButtonProps > |
Returns
Element
Defined in
src/components/button/index.tsx:25
Checkbox
▸ Checkbox(props
): Element
Parameters
Name | Type |
---|---|
props | ICheckboxProps |
Returns
Element
Defined in
src/components/checkbox/checkbox.tsx:19
Collapse
▸ Collapse(props
): Element
Parameters
Name | Type |
---|---|
props | ICollapseProps |
Returns
Element
Defined in
src/components/collapse/index.tsx:60
Display
▸ Const
Display(props
): Element
Parameters
Name | Type |
---|---|
props | IDisplayProps |
Returns
Element
Defined in
src/components/display/index.tsx:7
Icon
▸ Icon(props
): null
| Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IIconProps > |
Returns
null
| Element
Defined in
src/components/icon/index.tsx:11
Item
▸ Item(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IItemProps > |
Returns
Element
Defined in
src/components/list/item.tsx:19
List
▸ List(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <IListProps > |
Returns
Element
Defined in
src/components/list/list.tsx:45
MenuItem
▸ MenuItem(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <Omit <IMenuItemProps , "id" >> |
Returns
Element
Defined in
src/components/menu/menuItem.tsx:42
Option
▸ Option(props
): Element
Parameters
Name | Type |
---|---|
props | ISelectOptionProps |
Returns
Element
Defined in
src/components/select/option.tsx:20
Search
▸ Search(props
): Element
Parameters
Name | Type |
---|---|
props | ISearchProps |
Returns
Element
Defined in
src/components/search/index.tsx:40
SubMenu
▸ SubMenu(props
): Element
Parameters
Name | Type |
---|---|
props | PropsWithChildren <ISubMenuProps > |
Returns
Element
Defined in
src/components/menu/subMenu.tsx:41
Tab
▸ Tab(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | ITabComponent |
Returns
Element
Defined in
src/components/tabs/tab.tsx:69
Tabs
▸ Tabs(props
): Element
Parameters
Name | Type |
---|---|
props | ITabsProps <any > |
Returns
Element
Defined in
src/components/tabs/index.tsx:47
Toolbar
▸ Toolbar<T
>(props
): Element
Type parameters
Name | Type |
---|---|
T | any |
Parameters
Name | Type |
---|---|
props | IToolbarProps <T > |
Returns
Element
Defined in
src/components/toolbar/index.tsx:10
Tooltip
▸ Const
Tooltip(__namedParameters
): null
| Element
Parameters
Name | Type |
---|---|
__namedParameters | IToolTipProps |
Returns
null
| Element
Defined in
src/components/tooltip/index.tsx:9
TreeView
▸ Const
TreeView(__namedParameters
): Element
Parameters
Name | Type |
---|---|
__namedParameters | ITreeProps |
Returns
Element
Defined in
src/components/tree/index.tsx:75
useContextMenu
▸ useContextMenu(props
): IContextMenu
| undefined
Parameters
Name | Type |
---|---|
props | IContextMenuProps |
Returns
IContextMenu
| undefined
Defined in
src/components/contextMenu/index.tsx:12
useContextView
▸ useContextView(props?
): IContextView
Parameters
Name | Type |
---|---|
props | IContextViewProps |