fe-essential-utils
Version:
Essential utils for front-end development
40 lines (26 loc) • 707 B
Markdown
# fe-essential-utils
fe-essential-utils is a utility library that comprises of most frequently used functions for front-end development. This library currently includes
- Accessibility Utils
- Browser Utils
- DOM Utils
- Payment card Utils
- Cookie Utils
More coming soon!
### Installation
fe-essential-utils requires [Node.js](https://nodejs.org/) v4+ to run.
Install the library as devDependency and start using.
```sh
$ npm install fe-essential-utils --save-dev
```
### Usage
```sh
import { DOMUtils } from 'fe-essential-utils';
const handleScrollToTop = () => {
DOMUtils.scrollToTop();
}
```
### Todos
- Add more utils
License
----
MIT