0.0.3 • Published 4 years ago

@urkellabs/uhl v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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