2.0.4 • Published 1 year ago

@ray-js/search-device-tip-modal v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

English | 简体中文

@ray-js/search-device-tip-modal

latest download

Before searching for a device, a pop-up window for resetting the network configuration

Installation

$ npm install @ray-js/search-device-tip-modal
# or
$ yarn add @ray-js/search-device-tip-modal

Usage

SearchDeviceTipModal Demo

import SearchDeviceTipModal from '@ray-js/search-device-tip-modal';

<SearchDeviceTipModal
  show={show}
  onClickOverlay={() => setShow(false)}
  onCloseButtonClick={() => setShow(false)}
  onMoreButtonClick={handleBtnClick}
  onAddButtonClick={handleBtnClick}
  dataSource={dataSource}
/>;