# FoxView

## Documentation

Full documentation is available at [https://sheweichun.github.io/foxview/build](https://sheweichun.github.io/foxview/build).


## Installation

From inside your project folder, run:

```bash
$ npm install foxview
```

To install the web components polyfills needed for older browsers:

```bash
$ npm i -D @webcomponents/webcomponentsjs
```