layout-hooks

v1.0.1
A set of React Hooks that help make your components responsive, either to their own width, their parent width or the browser width with `matchMedia`.

build

yarn lint && babel src --out-dir dist

start

node dist/index.js

dev

npx babel-node src/index.js

lint

yarn prettier --write --check --config ./.prettierrc "**/*.js" && eslint --fix ./src

test

npx babel-node examples/index.js

Metadata

  • MIT
  • Whatever
  • Luke Smetham
  • released 1/12/2020

Downloads

Maintainers