1.0.2 • Published 3 years ago

@dctxf/hooks v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@dctxf/hooks

自用的一些hooks

使用

npm i @dctxf/hooks
pnpm i @dctxf/hooks

hooks

useBark

bark 通知

import { useBark } from '@dctxf/hooks'

const App = () => {
  const {push,loading,error} = useBark({apiUrl:'xxxx'})
  return (
    <button onClick={() => {
      push({title:'hello',body:'world'})
    }}>bark</button>
  )
}
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago