Package Exports
- @wetrial/core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wetrial/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
English | 简体中文
@wetrial/core
React Hooks Library.
[![NPM version][image-1]][1] [![NPM downloads][image-2]][2]
![npm status][image-npm] ![test status][image-test]
📚 Document
✨ Features
- Easy to learn and use.
- Contains a wealth of advanced Hooks that are refined from the app.
- Contains a wealth of basic Hooks.
- Written in TypeScript with predictable static types.
📣 Explain
You can use umi hooks anywhere, with any component library. Although our examples are based on ant design, it does not mean that our Hooks can only be used with ant design.
📦 Install
npm i @wetrial/core --save🔨 Usage
import { Ellipsis } from '@wetrial/core';🖥 Development
$ git clone git@github.com:wetrial/core.git
$ cd hooks
$ npm install
$ npm startOpen your browser and visit http://127.0.0.1:8001 , see more at Development.
🤝 Contributing
We welcome all contributions, please read our CONTRIBUTING.MD first, let's build a better hooks library together.
✅ License
[1]: https://www.npmjs.com/package/@wetrial/core [2]: https://npmjs.org/package/@wetrial/core
[image-1]: https://img.shields.io/npm/v/@wetrial/core.svg?style=flat
[image-2]: https://img.shields.io/npm/dm/@wetrial/core.svg?style=flat
[image-npm]: https://github.com/wetrial/core/workflows/Publish%20NPM/badge.svg
[image-test]: https://github.com/wetrial/core/workflows/TEST/badge.svg