1.0.1 • Published 11 months ago

@daveyplate/use-window-focus-blur v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

use-window-focus-blur

Fixes the issue with blue outlines appearing when the window gets refocused in certain UI frameworks (NextUI).

Installation

npm install @daveyplate/use-window-focus-blur

Usage

import { useWindowFocusBlur } from '@daveyplate/use-window-focus-blur'

function App() {
  useWindowFocusBlur()

  return (
    <div>
      <h1>Hello, World!</h1>
    </div>
  )
}
1.0.1

11 months ago

1.0.0

1 year ago