A simple react pull down component
yarn add react-z-pull-down
import PullDown from 'react-z-pull-down'
import ReactDOM from 'react-dom'
import React, { Component } from 'react'
class TestComponent extends Component {
render() {
return (
<div>
<PullDown />
<div>You can pull me down!</div>
</div>
)
}
}
ReactDOM.render(<TestComponent />, document.getElementById('root'))
yarn
yarn run dev
yarn run test
yarn
yarn run build
npm login
npm version patch
git add -A
git push origin master
npm publish