1.0.2 • Published 12 months ago

@dctxf/hooks v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago