Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed May 28, 2019
1 parent 49ade6d commit b334e13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ It is a trap! We got your focus and will not let him out!

This is a base package for:
- [react-focus-lock](https://github.com/theKashey/react-focus-lock)
[![downloads](https://badgen.net/npm/dm/react-focus-lock)](https://www.npmtrends.com/react-focus-lock)
- [vue-focus-lock](https://github.com/theKashey/vue-focus-lock)
[![downloads](https://badgen.net/npm/dm/vue-focus-lock)](https://www.npmtrends.com/vue-focus-lock)
- [dom-focus-lock](https://github.com/theKashey/dom-focus-lock)
[![downloads](https://badgen.net/npm/dm/dom-focus-lock)](https://www.npmtrends.com/dom-focus-lock)

This is quite low level API, to be used by final realization. Usually everything
Provides a low level API, to be used by final realization. Usually everything
can be solved in 3 lines
```js
import moveFocusInside, { focusInside } from 'focus-lock';
Expand Down

0 comments on commit b334e13

Please sign in to comment.