nnnnnoel / ui-hooks

🐣The custom hooks for web ui actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version License: MIT GitHubstar GitHub watchers

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

This is react custom hook library for web action like scroll lock, to use media query.

The goal for this project is to make custom hook which is useful to deal with ui action. When I develop some web ui, there is some problem which to make some component. For example, The component which need to change based on media query have got on my nerves.

I hope this project is useful for solving that kind of problem.

API

API Result Parameter Description
useMediaQuery(config, initial) [mediaType, error] config : { key : string }, initial : string get Media Query from config.
useScrollLock(on) void on : boolean scrollLock when some component is visible

About

🐣The custom hooks for web ui actions

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 4.8%