Skip to main content
Version: 0.9.0-beta.2

Namespace: component

molecule.component

Enumerations

Classes

Interfaces

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: 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: ForwardRefExoticComponent<Pick<PropsWithChildren<ISubMenuProps>, string | number> & RefAttributes<MenuRef>>

Defined in

src/components/menu/menu.tsx:233


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

NameType
Tany

Parameters

NameType
propsIActionBarProps<T>

Returns

Element

Defined in

src/components/actionBar/index.tsx:126


ActionBarItem

ActionBarItem(props): Element

Parameters

NameType
propsIActionBarItemProps<any>

Returns

Element

Defined in

src/components/actionBar/index.tsx:55


Breadcrumb(props): Element

Parameters

NameType
propsIBreadcrumbProps

Returns

Element

Defined in

src/components/breadcrumb/index.tsx:30


Button

Button(props): Element

Parameters

NameType
propsPropsWithChildren<IButtonProps>

Returns

Element

Defined in

src/components/button/index.tsx:25


Checkbox

Checkbox(props): Element

Parameters

NameType
propsICheckboxProps

Returns

Element

Defined in

src/components/checkbox/checkbox.tsx:19


Collapse

Collapse(props): Element

Parameters

NameType
propsICollapseProps

Returns

Element

Defined in

src/components/collapse/index.tsx:60


Display

Const Display(props): Element

Parameters

NameType
propsIDisplayProps

Returns

Element

Defined in

src/components/display/index.tsx:7


Icon

Icon(props): null | Element

Parameters

NameType
propsPropsWithChildren<IIconProps>

Returns

null | Element

Defined in

src/components/icon/index.tsx:11


Item

Item(props): Element

Parameters

NameType
propsPropsWithChildren<IItemProps>

Returns

Element

Defined in

src/components/list/item.tsx:19


List

List(props): Element

Parameters

NameType
propsPropsWithChildren<IListProps>

Returns

Element

Defined in

src/components/list/list.tsx:45


MenuItem(props): Element

Parameters

NameType
propsPropsWithChildren<Omit<IMenuItemProps, "id">>

Returns

Element

Defined in

src/components/menu/menuItem.tsx:42


Option

Option(props): Element

Parameters

NameType
propsISelectOptionProps

Returns

Element

Defined in

src/components/select/option.tsx:20


Search(props): Element

Parameters

NameType
propsISearchProps

Returns

Element

Defined in

src/components/search/index.tsx:40


SubMenu(props): Element

Parameters

NameType
propsPropsWithChildren<ISubMenuProps>

Returns

Element

Defined in

src/components/menu/subMenu.tsx:41


Tab

Tab(__namedParameters): Element

Parameters

NameType
__namedParametersITabComponent

Returns

Element

Defined in

src/components/tabs/tab.tsx:69


Tabs

Tabs(props): Element

Parameters

NameType
propsITabsProps<any>

Returns

Element

Defined in

src/components/tabs/index.tsx:47


Toolbar

Toolbar<T>(props): Element

Type parameters

NameType
Tany

Parameters

NameType
propsIToolbarProps<T>

Returns

Element

Defined in

src/components/toolbar/index.tsx:10


Tooltip

Const Tooltip(__namedParameters): null | Element

Parameters

NameType
__namedParametersIToolTipProps

Returns

null | Element

Defined in

src/components/tooltip/index.tsx:9


TreeView

Const TreeView(__namedParameters): Element

Parameters

NameType
__namedParametersITreeProps

Returns

Element

Defined in

src/components/tree/index.tsx:75


useContextMenu

useContextMenu(props): IContextMenu | undefined

Parameters

NameType
propsIContextMenuProps

Returns

IContextMenu | undefined

Defined in

src/components/contextMenu/index.tsx:12


useContextView

useContextView(props?): IContextView

Parameters

NameType
propsIContextViewProps

Returns

IContextView

Defined in

src/components/contextView/index.tsx:43