1.0.0-beta.3 • Published 2 years ago

@urkel/uhl v1.0.0-beta.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

About

The Urkel hook library, a collection of hooks designed for efficient website customization and standardization.

Folder structure

uhl
  └── src - All components
       └── index - Main file. Exports all hooks.
       └── useCloseOnOutsideClick - Handle clicks outside of the content in which the ref is attached.
  └── rollup.config.js - the configuration required for simple bundling of the library

Available Scripts

  • yarn dev-setup - Locally links the yalc version of uhl here. (NOTE: this could be bypassed with yarn workspaces)
  • yarn push - Pushes UHL to a local yalc package registry for use during local development