@quarkd/quark-react
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

quark-react

The bottom layer relies on the quarkd component library, which solves the problem that web componnents events need to manually addEventListener in react.

底层依托 Quark 组件库,解决了 web componnents 事件在 react 中需要手动 addEventListener 的问题。

Install

npm install @quarkd/quark-design

Usage

import { Search } from "@quarkd/quark-react";
<Search
  className="xxx"
  onChange={onChange}
  onFocus={onFocus}
  onBlur={onBlur}
  onSearch={onSearch}
  onCancel={onCancel}
  onBack={onBack}
/>;

Readme

Keywords

none

Package Sidebar

Install

npm i @quarkd/quark-react

Weekly Downloads

5

Version

2.0.2

License

none

Unpacked Size

44.9 kB

Total Files

137

Last publish

Collaborators

  • hbf2e