react-hooks-pull-to-refresh
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

react-hooks-pull-to-refresh

npm version Build Status codecov

The pull-to-refresh user interface pattern implemented with React Hooks.

Installation

npm:

npm install react-hooks-pull-to-refresh --save

yarn:

yarn add react-hooks-pull-to-refresh

Requirement

You need to install the following peerDependencies into your project at the same time:

{
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "styled-components": ">= 4.1.4 || >= 5.0.0"
  }
}

Document & Usage

storybook

/react-hooks-pull-to-refresh/

    Package Sidebar

    Install

    npm i react-hooks-pull-to-refresh

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    106 kB

    Total Files

    30

    Last publish

    Collaborators

    • xuyuanxiang